Html Css Color HEX #008B0C Green

📋 copy color: '#008B0C'

red 0 ◦ green 139 ◦ blue 12

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

Shades of Green #008B0C

Tints of Green #008B0C

RGB

 RED value IS 0 (0.39% from 255) = 0%

 GREEN value IS 139 (54.69% from 255) = 92.05%

 BLUE value IS 12 (5.08% from 255) = 7.95%

R = 0%
G = 92.05%
B = 7.95%

CMYK

 C value IS 1

 M value IS 0

 Y value IS 0.91

 K value IS 0.45

RGB Variations

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

Color information

#008B0C (or 0x008B0C) is known color: Green. HEX triplet: 00, 8B and 0C. RGB value is (0,139,12). Sum of RGB (Red+Green+Blue) = 0+139+12=151 (20% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 151); Green value is 139 (54.69% from 255 or 92.05% from 151); Blue value is 12 (5.08% from 255 or 7.95% from 151); Max value from RGB is 139 - color contains mainly: green. Hex color #008B0C is not a web safe color. Web safe color analog (approx): #009900. Inversed color of #008B0C is #FF74F3. Grayscale: #535353. Windows color (decimal): -16741620 or 822016. OLE color: 822016.

HSL color Cylindrical-coordinate representation of color #008B0C: hue angle of 125.18º degrees, saturation: 1, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 1%. Process color model (Four color, CMYK) of #008B0C is Cyan = 1, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.45.

Color convert

RGB 0 139 12 -
CMYK 1 0 0.91 0.45
HSL 125.18º 1% 0.27% -
HSV(B) 125.18º 1% 0.55% -
XYZ 9.3 18.49 3.43 -
YUV 82.96 87.95 68.83 -
System Red Green Blue C M Y K H S L
Decimal 0 139 12 1 0 0.91 0.45 125.18 1 0.27
Hex 0 8B C 64 0 5B 2D 7D 64 1B
Octal 0 213 14 144 0 133 55 175 144 33
Binary 0 10001011 1100 1100100 0 1011011 101101 1111101 1100100 11011

Color Harmonies of #008B0C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #008B0C

Black with #008B0C

Text Example


Text Example

White with #008B0C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #008B0C; }

 p { color: rgb(0,139,12); }

 H1.HeaderClassName
 {
   color: #008B0C;
 }
 .AnyTagClassName
 {
   color: #008B0C;
 }
</style>

background-color css

<style>
 a { background-color: #008B0C; }

 a { background-color: rgb(0,139,12); }

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

border-color css

<style>
 span { border-color: #008B0C; }

 span { border-color: rgb(0,139,12); }

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