Html Css Color HEX #0C0D08 Green Waterloo

📋 copy color: '#0C0D08'

red 12 ◦ green 13 ◦ blue 8

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

Shades of Green Waterloo #0C0D08

Tints of Green Waterloo #0C0D08

RGB

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

 GREEN value IS 13 (5.47% from 255) = 39.39%

 BLUE value IS 8 (3.52% from 255) = 24.24%

R = 36.36%
G = 39.39%
B = 24.24%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 0.38

 K value IS 0.95

RGB Variations

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

Color information

#0C0D08 (or 0x0C0D08) is known color: Green Waterloo. HEX triplet: 0C, 0D and 08. RGB value is (12,13,8). Sum of RGB (Red+Green+Blue) = 12+13+8=33 (4% of max value = 765). Red value is 12 (5.08% from 255 or 36.36% from 33); Green value is 13 (5.47% from 255 or 39.39% from 33); Blue value is 8 (3.52% from 255 or 24.24% from 33); Max value from RGB is 13 - color contains mainly: green. Hex color #0C0D08 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #0C0D08 is #F3F2F7. Grayscale: #0C0C0C. Windows color (decimal): -15987448 or 527628. OLE color: 527628.

HSL color Cylindrical-coordinate representation of color #0C0D08: hue angle of 72º degrees, saturation: 0.24, lightness: 0.04%. HSV value (or HSB Brightness) of color is 0.05% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #0C0D08 is Cyan = 0.08, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.95.

Color convert

RGB 12 13 8 -
CMYK 0.08 0 0.38 0.95
HSL 72º 0.24% 0.04% -
HSV(B) 72º 0.38% 0.05% -
XYZ 0.34 0.38 0.29 -
YUV 12.13 125.67 127.91 -
System Red Green Blue C M Y K H S L
Decimal 12 13 8 0.08 0 0.38 0.95 72 0.24 0.04
Hex C D 8 8 0 26 5F 48 18 4
Octal 14 15 10 10 0 46 137 110 30 4
Binary 1100 1101 1000 1000 0 100110 1011111 1001000 11000 100

Color Harmonies of #0C0D08

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0C0D08

Black with #0C0D08

Text Example


Text Example

White with #0C0D08

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(12,13,8); }

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

background-color css

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

 a { background-color: rgb(12,13,8); }

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

border-color css

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

 span { border-color: rgb(12,13,8); }

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