Html Css Color HEX #027526 Crusoe

📋 copy color: '#027526'

red 2 ◦ green 117 ◦ blue 38

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

Shades of Crusoe #027526

Tints of Crusoe #027526

RGB

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

 GREEN value IS 117 (46.09% from 255) = 74.52%

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

R = 1.27%
G = 74.52%
B = 24.2%

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

#027526 (or 0x027526) is known color: Crusoe. HEX triplet: 02, 75 and 26. RGB value is (2,117,38). Sum of RGB (Red+Green+Blue) = 2+117+38=157 (20% of max value = 765). Red value is 2 (1.17% from 255 or 1.27% from 157); Green value is 117 (46.09% from 255 or 74.52% from 157); Blue value is 38 (15.23% from 255 or 24.20% from 157); Max value from RGB is 117 - color contains mainly: green. Hex color #027526 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #027526 is #FD8AD9. Grayscale: #494949. Windows color (decimal): -16616154 or 2520322. OLE color: 2520322.

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

Color convert

RGB 2 117 38 -
CMYK 0.98 0 0.68 0.54
HSL 138.78º 0.97% 0.23% -
HSV(B) 138.78º 0.98% 0.46% -
XYZ 6.74 12.88 3.96 -
YUV 73.61 107.9 76.92 -
System Red Green Blue C M Y K H S L
Decimal 2 117 38 0.98 0 0.68 0.54 138.78 0.97 0.23
Hex 2 75 26 62 0 44 36 8B 61 17
Octal 2 165 46 142 0 104 66 213 141 27
Binary 10 1110101 100110 1100010 0 1000100 110110 10001011 1100001 10111

Color Harmonies of #027526

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #027526

Black with #027526

Text Example


Text Example

White with #027526

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #027526; }

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

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

background-color css

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

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

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

border-color css

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

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

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