Html Css Color HEX #0C8738 Dark Spring Green

📋 copy color: '#0C8738'

red 12 ◦ green 135 ◦ blue 56

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

Shades of Dark Spring Green #0C8738

Tints of Dark Spring Green #0C8738

RGB

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

 GREEN value IS 135 (53.13% from 255) = 66.5%

 BLUE value IS 56 (22.27% from 255) = 27.59%

R = 5.91%
G = 66.5%
B = 27.59%

CMYK

 C value IS 0.91

 M value IS 0

 Y value IS 0.59

 K value IS 0.47

RGB Variations

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

Color information

#0C8738 (or 0x0C8738) is known color: Dark Spring Green. HEX triplet: 0C, 87 and 38. RGB value is (12,135,56). Sum of RGB (Red+Green+Blue) = 12+135+56=203 (26% of max value = 765). Red value is 12 (5.08% from 255 or 5.91% from 203); Green value is 135 (53.12% from 255 or 66.50% from 203); Blue value is 56 (22.27% from 255 or 27.59% from 203); Max value from RGB is 135 - color contains mainly: green. Hex color #0C8738 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #0C8738 is #F378C7. Grayscale: #595959. Windows color (decimal): -15956168 or 3704588. OLE color: 3704588.

HSL color Cylindrical-coordinate representation of color #0C8738: hue angle of 141.46º degrees, saturation: 0.84, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #0C8738 is Cyan = 0.91, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.47.

Color convert

RGB 12 135 56 -
CMYK 0.91 0 0.59 0.47
HSL 141.46º 0.84% 0.29% -
HSV(B) 141.46º 0.91% 0.53% -
XYZ 9.53 17.69 6.65 -
YUV 89.22 109.25 72.92 -
System Red Green Blue C M Y K H S L
Decimal 12 135 56 0.91 0 0.59 0.47 141.46 0.84 0.29
Hex C 87 38 5B 0 3B 2F 8D 54 1D
Octal 14 207 70 133 0 73 57 215 124 35
Binary 1100 10000111 111000 1011011 0 111011 101111 10001101 1010100 11101

Color Harmonies of #0C8738

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0C8738

Black with #0C8738

Text Example


Text Example

White with #0C8738

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(12,135,56); }

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

background-color css

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

 a { background-color: rgb(12,135,56); }

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

border-color css

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

 span { border-color: rgb(12,135,56); }

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