Html Css Color HEX #0C4023 British Racing Green

📋 copy color: '#0C4023'

red 12 ◦ green 64 ◦ blue 35

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

Shades of British Racing Green #0C4023

Tints of British Racing Green #0C4023

RGB

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

 GREEN value IS 64 (25.39% from 255) = 57.66%

 BLUE value IS 35 (14.06% from 255) = 31.53%

R = 10.81%
G = 57.66%
B = 31.53%

CMYK

 C value IS 0.81

 M value IS 0

 Y value IS 0.45

 K value IS 0.75

RGB Variations

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

Color information

#0C4023 (or 0x0C4023) is known color: British Racing Green. HEX triplet: 0C, 40 and 23. RGB value is (12,64,35). Sum of RGB (Red+Green+Blue) = 12+64+35=111 (14% of max value = 765). Red value is 12 (5.08% from 255 or 10.81% from 111); Green value is 64 (25.39% from 255 or 57.66% from 111); Blue value is 35 (14.06% from 255 or 31.53% from 111); Max value from RGB is 64 - color contains mainly: green. Hex color #0C4023 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #0C4023 is #F3BFDC. Grayscale: #2D2D2D. Windows color (decimal): -15974365 or 2310156. OLE color: 2310156.

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

Color convert

RGB 12 64 35 -
CMYK 0.81 0 0.45 0.75
HSL 146.54º 0.68% 0.15% -
HSV(B) 146.54º 0.81% 0.25% -
XYZ 2.29 3.87 2.22 -
YUV 45.15 122.27 104.36 -
System Red Green Blue C M Y K H S L
Decimal 12 64 35 0.81 0 0.45 0.75 146.54 0.68 0.15
Hex C 40 23 51 0 2D 4B 93 44 F
Octal 14 100 43 121 0 55 113 223 104 17
Binary 1100 1000000 100011 1010001 0 101101 1001011 10010011 1000100 1111

Color Harmonies of #0C4023

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0C4023

Black with #0C4023

Text Example


Text Example

White with #0C4023

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(12,64,35); }

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

background-color css

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

 a { background-color: rgb(12,64,35); }

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

border-color css

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

 span { border-color: rgb(12,64,35); }

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