Html Css Color HEX #027728 Crusoe

📋 copy color: '#027728'

red 2 ◦ green 119 ◦ blue 40

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

Shades of Crusoe #027728

Tints of Crusoe #027728

RGB

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

 GREEN value IS 119 (46.88% from 255) = 73.91%

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

R = 1.24%
G = 73.91%
B = 24.84%

CMYK

 C value IS 0.98

 M value IS 0

 Y value IS 0.66

 K value IS 0.53

RGB Variations

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

Color information

#027728 (or 0x027728) is known color: Crusoe. HEX triplet: 02, 77 and 28. RGB value is (2,119,40). Sum of RGB (Red+Green+Blue) = 2+119+40=161 (21% of max value = 765). Red value is 2 (1.17% from 255 or 1.24% from 161); Green value is 119 (46.88% from 255 or 73.91% from 161); Blue value is 40 (16.02% from 255 or 24.84% from 161); Max value from RGB is 119 - color contains mainly: green. Hex color #027728 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #027728 is #FD88D7. Grayscale: #4B4B4B. Windows color (decimal): -16615640 or 2651906. OLE color: 2651906.

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

Color convert

RGB 2 119 40 -
CMYK 0.98 0 0.66 0.53
HSL 139.49º 0.97% 0.24% -
HSV(B) 139.49º 0.98% 0.47% -
XYZ 7 13.36 4.22 -
YUV 75.01 108.24 75.92 -
System Red Green Blue C M Y K H S L
Decimal 2 119 40 0.98 0 0.66 0.53 139.49 0.97 0.24
Hex 2 77 28 62 0 42 35 8B 61 18
Octal 2 167 50 142 0 102 65 213 141 30
Binary 10 1110111 101000 1100010 0 1000010 110101 10001011 1100001 11000

Color Harmonies of #027728

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #027728

Black with #027728

Text Example


Text Example

White with #027728

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #027728; }

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

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

background-color css

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

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

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

border-color css

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

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

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