Html Css Color HEX #027128 Crusoe

📋 copy color: '#027128'

red 2 ◦ green 113 ◦ blue 40

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

Shades of Crusoe #027128

Tints of Crusoe #027128

RGB

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

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

 BLUE value IS 40 (16.02% from 255) = 25.81%

R = 1.29%
G = 72.9%
B = 25.81%

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

#027128 (or 0x027128) is known color: Crusoe. HEX triplet: 02, 71 and 28. RGB value is (2,113,40). Sum of RGB (Red+Green+Blue) = 2+113+40=155 (20% of max value = 765). Red value is 2 (1.17% from 255 or 1.29% from 155); Green value is 113 (44.53% from 255 or 72.90% from 155); Blue value is 40 (16.02% from 255 or 25.81% from 155); Max value from RGB is 113 - color contains mainly: green. Hex color #027128 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #027128 is #FD8ED7. Grayscale: #474747. Windows color (decimal): -16617176 or 2650370. OLE color: 2650370.

HSL color Cylindrical-coordinate representation of color #027128: hue angle of 140.54º 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 #027128 is Cyan = 0.98, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.56.

Color convert

RGB 2 113 40 -
CMYK 0.98 0 0.65 0.56
HSL 140.54º 0.97% 0.23% -
HSV(B) 140.54º 0.98% 0.44% -
XYZ 6.31 11.98 3.99 -
YUV 71.49 110.23 78.44 -
System Red Green Blue C M Y K H S L
Decimal 2 113 40 0.98 0 0.65 0.56 140.54 0.97 0.23
Hex 2 71 28 62 0 41 38 8D 61 17
Octal 2 161 50 142 0 101 70 215 141 27
Binary 10 1110001 101000 1100010 0 1000001 111000 10001101 1100001 10111

Color Harmonies of #027128

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #027128

Black with #027128

Text Example


Text Example

White with #027128

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #027128; }

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

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

background-color css

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

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

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

border-color css

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

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

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