Html Css Color HEX #033C2D British Racing Green

📋 copy color: '#033C2D'

red 3 ◦ green 60 ◦ blue 45

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

Shades of British Racing Green #033C2D

Tints of British Racing Green #033C2D

RGB

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

 GREEN value IS 60 (23.83% from 255) = 55.56%

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

R = 2.78%
G = 55.56%
B = 41.67%

CMYK

 C value IS 0.95

 M value IS 0

 Y value IS 0.25

 K value IS 0.76

RGB Variations

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

Color information

#033C2D (or 0x033C2D) is known color: British Racing Green. HEX triplet: 03, 3C and 2D. RGB value is (3,60,45). Sum of RGB (Red+Green+Blue) = 3+60+45=108 (14% of max value = 765). Red value is 3 (1.56% from 255 or 2.78% from 108); Green value is 60 (23.83% from 255 or 55.56% from 108); Blue value is 45 (17.97% from 255 or 41.67% from 108); Max value from RGB is 60 - color contains mainly: green. Hex color #033C2D is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #033C2D is #FCC3D2. Grayscale: #292929. Windows color (decimal): -16565203 or 2964483. OLE color: 2964483.

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

Color convert

RGB 3 60 45 -
CMYK 0.95 0 0.25 0.76
HSL 164.21º 0.9% 0.12% -
HSV(B) 164.21º 0.95% 0.24% -
XYZ 2.13 3.44 3.03 -
YUV 41.25 130.12 100.72 -
System Red Green Blue C M Y K H S L
Decimal 3 60 45 0.95 0 0.25 0.76 164.21 0.9 0.12
Hex 3 3C 2D 5F 0 19 4C A4 5A C
Octal 3 74 55 137 0 31 114 244 132 14
Binary 11 111100 101101 1011111 0 11001 1001100 10100100 1011010 1100

Color Harmonies of #033C2D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #033C2D

Black with #033C2D

Text Example


Text Example

White with #033C2D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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