Html Css Color HEX #027127 Crusoe

📋 copy color: '#027127'

red 2 ◦ green 113 ◦ blue 39

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

Shades of Crusoe #027127

Tints of Crusoe #027127

RGB

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

 GREEN value IS 113 (44.53% from 255) = 73.38%

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

R = 1.3%
G = 73.38%
B = 25.32%

CMYK

 C value IS 0.98

 M value IS 0

 Y value IS 0.65

 K value IS 0.56

RGB Variations

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

Color information

#027127 (or 0x027127) is known color: Crusoe. HEX triplet: 02, 71 and 27. RGB value is (2,113,39). Sum of RGB (Red+Green+Blue) = 2+113+39=154 (20% of max value = 765). Red value is 2 (1.17% from 255 or 1.30% from 154); Green value is 113 (44.53% from 255 or 73.38% from 154); Blue value is 39 (15.62% from 255 or 25.32% from 154); Max value from RGB is 113 - color contains mainly: green. Hex color #027127 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #027127 is #FD8ED8. Grayscale: #474747. Windows color (decimal): -16617177 or 2584834. OLE color: 2584834.

HSL color Cylindrical-coordinate representation of color #027127: hue angle of 140º degrees, saturation: 0.97, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #027127 is Cyan = 0.98, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.56.

Color convert

RGB 2 113 39 -
CMYK 0.98 0 0.65 0.56
HSL 140º 0.97% 0.23% -
HSV(B) 140º 0.98% 0.44% -
XYZ 6.3 11.97 3.9 -
YUV 71.38 109.73 78.52 -
System Red Green Blue C M Y K H S L
Decimal 2 113 39 0.98 0 0.65 0.56 140 0.97 0.23
Hex 2 71 27 62 0 41 38 8C 61 17
Octal 2 161 47 142 0 101 70 214 141 27
Binary 10 1110001 100111 1100010 0 1000001 111000 10001100 1100001 10111

Color Harmonies of #027127

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #027127

Black with #027127

Text Example


Text Example

White with #027127

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #027127; }

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

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

background-color css

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

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

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

border-color css

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

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

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