Html Css Color HEX #033E2D British Racing Green

📋 copy color: '#033E2D'

red 3 ◦ green 62 ◦ blue 45

#033E2D
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of British Racing Green #033E2D

Tints of British Racing Green #033E2D

RGB

 RED value IS 3 (1.56% from 255) = 2.73%

 GREEN value IS 62 (24.61% from 255) = 56.36%

 BLUE value IS 45 (17.97% from 255) = 40.91%

R = 2.73%
G = 56.36%
B = 40.91%

CMYK

 C value IS 0.95

 M value IS 0

 Y value IS 0.27

 K value IS 0.76

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#033E2D (or 0x033E2D) is known color: British Racing Green. HEX triplet: 03, 3E and 2D. RGB value is (3,62,45). Sum of RGB (Red+Green+Blue) = 3+62+45=110 (14% of max value = 765). Red value is 3 (1.56% from 255 or 2.73% from 110); Green value is 62 (24.61% from 255 or 56.36% from 110); Blue value is 45 (17.97% from 255 or 40.91% from 110); Max value from RGB is 62 - color contains mainly: green. Hex color #033E2D is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #033E2D is #FCC1D2. Grayscale: #2A2A2A. Windows color (decimal): -16564691 or 2964995. OLE color: 2964995.

HSL color Cylindrical-coordinate representation of color #033E2D: hue angle of 162.71º degrees, saturation: 0.91, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #033E2D is Cyan = 0.95, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.76.

Color convert

RGB 3 62 45 -
CMYK 0.95 0 0.27 0.76
HSL 162.71º 0.91% 0.13% -
HSV(B) 162.71º 0.95% 0.24% -
XYZ 2.23 3.65 3.07 -
YUV 42.42 129.45 99.88 -
System Red Green Blue C M Y K H S L
Decimal 3 62 45 0.95 0 0.27 0.76 162.71 0.91 0.13
Hex 3 3E 2D 5F 0 1B 4C A3 5B D
Octal 3 76 55 137 0 33 114 243 133 15
Binary 11 111110 101101 1011111 0 11011 1001100 10100011 1011011 1101

Color Harmonies of #033E2D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #033E2D

Black with #033E2D

Text Example


Text Example

White with #033E2D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #033E2D; }

 p { color: rgb(3,62,45); }

 H1.HeaderClassName
 {
   color: #033E2D;
 }
 .AnyTagClassName
 {
   color: #033E2D;
 }
</style>

background-color css

<style>
 a { background-color: #033E2D; }

 a { background-color: rgb(3,62,45); }

 div.DivClassName
 {
   background-color: #033E2D;
 }
 .BgClassName
 {
   background-color: #033E2D;
 }
</style>

border-color css

<style>
 span { border-color: #033E2D; }

 span { border-color: rgb(3,62,45); }

 td.TdClassName
 {
   border-color: #033E2D;
 }
 .TagClassName
 {
   border-color: #033E2D;
 }
</style>