Html Css Color HEX #0C3E28 British Racing Green

📋 copy color: '#0C3E28'

red 12 ◦ green 62 ◦ blue 40

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

Shades of British Racing Green #0C3E28

Tints of British Racing Green #0C3E28

RGB

 RED value IS 12 (5.08% from 255) = 10.53%

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

 BLUE value IS 40 (16.02% from 255) = 35.09%

R = 10.53%
G = 54.39%
B = 35.09%

CMYK

 C value IS 0.81

 M value IS 0

 Y value IS 0.35

 K value IS 0.76

RGB Variations

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

Color information

#0C3E28 (or 0x0C3E28) is known color: British Racing Green. HEX triplet: 0C, 3E and 28. RGB value is (12,62,40). Sum of RGB (Red+Green+Blue) = 12+62+40=114 (15% of max value = 765). Red value is 12 (5.08% from 255 or 10.53% from 114); Green value is 62 (24.61% from 255 or 54.39% from 114); Blue value is 40 (16.02% from 255 or 35.09% from 114); Max value from RGB is 62 - color contains mainly: green. Hex color #0C3E28 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #0C3E28 is #F3C1D7. Grayscale: #2C2C2C. Windows color (decimal): -15974872 or 2637324. OLE color: 2637324.

HSL color Cylindrical-coordinate representation of color #0C3E28: hue angle of 153.6º degrees, saturation: 0.68, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #0C3E28 is Cyan = 0.81, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.76.

Color convert

RGB 12 62 40 -
CMYK 0.81 0 0.35 0.76
HSL 153.6º 0.68% 0.15% -
HSV(B) 153.6º 0.81% 0.24% -
XYZ 2.26 3.68 2.6 -
YUV 44.54 125.44 104.79 -
System Red Green Blue C M Y K H S L
Decimal 12 62 40 0.81 0 0.35 0.76 153.6 0.68 0.15
Hex C 3E 28 51 0 23 4C 9A 44 F
Octal 14 76 50 121 0 43 114 232 104 17
Binary 1100 111110 101000 1010001 0 100011 1001100 10011010 1000100 1111

Color Harmonies of #0C3E28

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0C3E28

Black with #0C3E28

Text Example


Text Example

White with #0C3E28

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #0C3E28; }

 p { color: rgb(12,62,40); }

 H1.HeaderClassName
 {
   color: #0C3E28;
 }
 .AnyTagClassName
 {
   color: #0C3E28;
 }
</style>

background-color css

<style>
 a { background-color: #0C3E28; }

 a { background-color: rgb(12,62,40); }

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

border-color css

<style>
 span { border-color: #0C3E28; }

 span { border-color: rgb(12,62,40); }

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