Html Css Color HEX #027626 Crusoe

📋 copy color: '#027626'

red 2 ◦ green 118 ◦ blue 38

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

Shades of Crusoe #027626

Tints of Crusoe #027626

RGB

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

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

 BLUE value IS 38 (15.23% from 255) = 24.05%

R = 1.27%
G = 74.68%
B = 24.05%

CMYK

 C value IS 0.98

 M value IS 0

 Y value IS 0.68

 K value IS 0.54

RGB Variations

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

Color information

#027626 (or 0x027626) is known color: Crusoe. HEX triplet: 02, 76 and 26. RGB value is (2,118,38). Sum of RGB (Red+Green+Blue) = 2+118+38=158 (20% of max value = 765). Red value is 2 (1.17% from 255 or 1.27% from 158); Green value is 118 (46.48% from 255 or 74.68% from 158); Blue value is 38 (15.23% from 255 or 24.05% from 158); Max value from RGB is 118 - color contains mainly: green. Hex color #027626 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #027626 is #FD89D9. Grayscale: #4A4A4A. Windows color (decimal): -16615898 or 2520578. OLE color: 2520578.

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

Color convert

RGB 2 118 38 -
CMYK 0.98 0 0.68 0.54
HSL 138.62º 0.97% 0.24% -
HSV(B) 138.62º 0.98% 0.46% -
XYZ 6.85 13.11 4 -
YUV 74.2 107.57 76.5 -
System Red Green Blue C M Y K H S L
Decimal 2 118 38 0.98 0 0.68 0.54 138.62 0.97 0.24
Hex 2 76 26 62 0 44 36 8B 61 18
Octal 2 166 46 142 0 104 66 213 141 30
Binary 10 1110110 100110 1100010 0 1000100 110110 10001011 1100001 11000

Color Harmonies of #027626

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #027626

Black with #027626

Text Example


Text Example

White with #027626

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #027626; }

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

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

background-color css

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

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

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

border-color css

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

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

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