Html Css Color HEX #036C2F Crusoe

📋 copy color: '#036C2F'

red 3 ◦ green 108 ◦ blue 47

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

Shades of Crusoe #036C2F

Tints of Crusoe #036C2F

RGB

 RED value IS 3 (1.56% from 255) = 1.9%

 GREEN value IS 108 (42.58% from 255) = 68.35%

 BLUE value IS 47 (18.75% from 255) = 29.75%

R = 1.9%
G = 68.35%
B = 29.75%

CMYK

 C value IS 0.97

 M value IS 0

 Y value IS 0.56

 K value IS 0.58

RGB Variations

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

Color information

#036C2F (or 0x036C2F) is known color: Crusoe. HEX triplet: 03, 6C and 2F. RGB value is (3,108,47). Sum of RGB (Red+Green+Blue) = 3+108+47=158 (20% of max value = 765). Red value is 3 (1.56% from 255 or 1.90% from 158); Green value is 108 (42.58% from 255 or 68.35% from 158); Blue value is 47 (18.75% from 255 or 29.75% from 158); Max value from RGB is 108 - color contains mainly: green. Hex color #036C2F is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #036C2F is #FC93D0. Grayscale: #454545. Windows color (decimal): -16552913 or 3107843. OLE color: 3107843.

HSL color Cylindrical-coordinate representation of color #036C2F: hue angle of 145.14º degrees, saturation: 0.95, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #036C2F is Cyan = 0.97, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.58.

Color convert

RGB 3 108 47 -
CMYK 0.97 0 0.56 0.58
HSL 145.14º 0.95% 0.22% -
HSV(B) 145.14º 0.97% 0.42% -
XYZ 5.91 10.95 4.49 -
YUV 69.65 115.21 80.46 -
System Red Green Blue C M Y K H S L
Decimal 3 108 47 0.97 0 0.56 0.58 145.14 0.95 0.22
Hex 3 6C 2F 61 0 38 3A 91 5F 16
Octal 3 154 57 141 0 70 72 221 137 26
Binary 11 1101100 101111 1100001 0 111000 111010 10010001 1011111 10110

Color Harmonies of #036C2F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #036C2F

Black with #036C2F

Text Example


Text Example

White with #036C2F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #036C2F; }

 p { color: rgb(3,108,47); }

 H1.HeaderClassName
 {
   color: #036C2F;
 }
 .AnyTagClassName
 {
   color: #036C2F;
 }
</style>

background-color css

<style>
 a { background-color: #036C2F; }

 a { background-color: rgb(3,108,47); }

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

border-color css

<style>
 span { border-color: #036C2F; }

 span { border-color: rgb(3,108,47); }

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