Html Css Color HEX #027627 Crusoe

📋 copy color: '#027627'

red 2 ◦ green 118 ◦ blue 39

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

Shades of Crusoe #027627

Tints of Crusoe #027627

RGB

 RED value IS 2 (1.17% from 255) = 1.26%

 GREEN value IS 118 (46.48% from 255) = 74.21%

 BLUE value IS 39 (15.63% from 255) = 24.53%

R = 1.26%
G = 74.21%
B = 24.53%

CMYK

 C value IS 0.98

 M value IS 0

 Y value IS 0.67

 K value IS 0.54

RGB Variations

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

Color information

#027627 (or 0x027627) is known color: Crusoe. HEX triplet: 02, 76 and 27. RGB value is (2,118,39). Sum of RGB (Red+Green+Blue) = 2+118+39=159 (21% of max value = 765). Red value is 2 (1.17% from 255 or 1.26% from 159); Green value is 118 (46.48% from 255 or 74.21% from 159); Blue value is 39 (15.62% from 255 or 24.53% from 159); Max value from RGB is 118 - color contains mainly: green. Hex color #027627 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #027627 is #FD89D8. Grayscale: #4A4A4A. Windows color (decimal): -16615897 or 2586114. OLE color: 2586114.

HSL color Cylindrical-coordinate representation of color #027627: hue angle of 139.14º degrees, saturation: 0.97, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #027627 is Cyan = 0.98, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.54.

Color convert

RGB 2 118 39 -
CMYK 0.98 0 0.67 0.54
HSL 139.14º 0.97% 0.24% -
HSV(B) 139.14º 0.98% 0.46% -
XYZ 6.87 13.12 4.09 -
YUV 74.31 108.07 76.42 -
System Red Green Blue C M Y K H S L
Decimal 2 118 39 0.98 0 0.67 0.54 139.14 0.97 0.24
Hex 2 76 27 62 0 43 36 8B 61 18
Octal 2 166 47 142 0 103 66 213 141 30
Binary 10 1110110 100111 1100010 0 1000011 110110 10001011 1100001 11000

Color Harmonies of #027627

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #027627

Black with #027627

Text Example


Text Example

White with #027627

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #027627; }

 p { color: rgb(2,118,39); }

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

background-color css

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

 a { background-color: rgb(2,118,39); }

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

border-color css

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

 span { border-color: rgb(2,118,39); }

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