Html Css Color HEX #0C422E British Racing Green

📋 copy color: '#0C422E'

red 12 ◦ green 66 ◦ blue 46

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

Shades of British Racing Green #0C422E

Tints of British Racing Green #0C422E

RGB

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

 GREEN value IS 66 (26.17% from 255) = 53.23%

 BLUE value IS 46 (18.36% from 255) = 37.1%

R = 9.68%
G = 53.23%
B = 37.1%

CMYK

 C value IS 0.82

 M value IS 0

 Y value IS 0.30

 K value IS 0.74

RGB Variations

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

Color information

#0C422E (or 0x0C422E) is known color: British Racing Green. HEX triplet: 0C, 42 and 2E. RGB value is (12,66,46). Sum of RGB (Red+Green+Blue) = 12+66+46=124 (16% of max value = 765). Red value is 12 (5.08% from 255 or 9.68% from 124); Green value is 66 (26.17% from 255 or 53.23% from 124); Blue value is 46 (18.36% from 255 or 37.10% from 124); Max value from RGB is 66 - color contains mainly: green. Hex color #0C422E is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #0C422E is #F3BDD1. Grayscale: #2F2F2F. Windows color (decimal): -15973842 or 3031564. OLE color: 3031564.

HSL color Cylindrical-coordinate representation of color #0C422E: hue angle of 157.78º degrees, saturation: 0.69, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #0C422E is Cyan = 0.82, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.74.

Color convert

RGB 12 66 46 -
CMYK 0.82 0 0.30 0.74
HSL 157.78º 0.69% 0.15% -
HSV(B) 157.78º 0.82% 0.26% -
XYZ 2.59 4.17 3.25 -
YUV 47.57 127.11 102.63 -
System Red Green Blue C M Y K H S L
Decimal 12 66 46 0.82 0 0.30 0.74 157.78 0.69 0.15
Hex C 42 2E 52 0 1E 4A 9E 45 F
Octal 14 102 56 122 0 36 112 236 105 17
Binary 1100 1000010 101110 1010010 0 11110 1001010 10011110 1000101 1111

Color Harmonies of #0C422E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0C422E

Black with #0C422E

Text Example


Text Example

White with #0C422E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(12,66,46); }

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

background-color css

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

 a { background-color: rgb(12,66,46); }

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

border-color css

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

 span { border-color: rgb(12,66,46); }

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