Html Css Color HEX #0C601E Crusoe

📋 copy color: '#0C601E'

red 12 ◦ green 96 ◦ blue 30

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

Shades of Crusoe #0C601E

Tints of Crusoe #0C601E

RGB

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

 GREEN value IS 96 (37.89% from 255) = 69.57%

 BLUE value IS 30 (12.11% from 255) = 21.74%

R = 8.7%
G = 69.57%
B = 21.74%

CMYK

 C value IS 0.88

 M value IS 0

 Y value IS 0.69

 K value IS 0.62

RGB Variations

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

Color information

#0C601E (or 0x0C601E) is known color: Crusoe. HEX triplet: 0C, 60 and 1E. RGB value is (12,96,30). Sum of RGB (Red+Green+Blue) = 12+96+30=138 (18% of max value = 765). Red value is 12 (5.08% from 255 or 8.70% from 138); Green value is 96 (37.89% from 255 or 69.57% from 138); Blue value is 30 (12.11% from 255 or 21.74% from 138); Max value from RGB is 96 - color contains mainly: green. Hex color #0C601E is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #0C601E is #F39FE1. Grayscale: #3F3F3F. Windows color (decimal): -15966178 or 1990668. OLE color: 1990668.

HSL color Cylindrical-coordinate representation of color #0C601E: hue angle of 132.86º degrees, saturation: 0.78, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #0C601E is Cyan = 0.88, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.62.

Color convert

RGB 12 96 30 -
CMYK 0.88 0 0.69 0.62
HSL 132.86º 0.78% 0.21% -
HSV(B) 132.86º 0.88% 0.38% -
XYZ 4.57 8.54 2.64 -
YUV 63.36 109.17 91.37 -
System Red Green Blue C M Y K H S L
Decimal 12 96 30 0.88 0 0.69 0.62 132.86 0.78 0.21
Hex C 60 1E 58 0 45 3E 85 4E 15
Octal 14 140 36 130 0 105 76 205 116 25
Binary 1100 1100000 11110 1011000 0 1000101 111110 10000101 1001110 10101

Color Harmonies of #0C601E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0C601E

Black with #0C601E

Text Example


Text Example

White with #0C601E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(12,96,30); }

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

background-color css

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

 a { background-color: rgb(12,96,30); }

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

border-color css

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

 span { border-color: rgb(12,96,30); }

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