Html Css Color HEX #025E26 Crusoe

📋 copy color: '#025E26'

red 2 ◦ green 94 ◦ blue 38

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

Shades of Crusoe #025E26

Tints of Crusoe #025E26

RGB

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

 GREEN value IS 94 (37.11% from 255) = 70.15%

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

R = 1.49%
G = 70.15%
B = 28.36%

CMYK

 C value IS 0.98

 M value IS 0

 Y value IS 0.60

 K value IS 0.63

RGB Variations

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

Color information

#025E26 (or 0x025E26) is known color: Crusoe. HEX triplet: 02, 5E and 26. RGB value is (2,94,38). Sum of RGB (Red+Green+Blue) = 2+94+38=134 (17% of max value = 765). Red value is 2 (1.17% from 255 or 1.49% from 134); Green value is 94 (37.11% from 255 or 70.15% from 134); Blue value is 38 (15.23% from 255 or 28.36% from 134); Max value from RGB is 94 - color contains mainly: green. Hex color #025E26 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #025E26 is #FDA1D9. Grayscale: #3C3C3C. Windows color (decimal): -16622042 or 2514434. OLE color: 2514434.

HSL color Cylindrical-coordinate representation of color #025E26: hue angle of 143.48º degrees, saturation: 0.96, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #025E26 is Cyan = 0.98, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.63.

Color convert

RGB 2 94 38 -
CMYK 0.98 0 0.60 0.63
HSL 143.48º 0.96% 0.19% -
HSV(B) 143.48º 0.98% 0.37% -
XYZ 4.38 8.16 3.18 -
YUV 60.11 115.52 86.55 -
System Red Green Blue C M Y K H S L
Decimal 2 94 38 0.98 0 0.60 0.63 143.48 0.96 0.19
Hex 2 5E 26 62 0 3C 3F 8F 60 13
Octal 2 136 46 142 0 74 77 217 140 23
Binary 10 1011110 100110 1100010 0 111100 111111 10001111 1100000 10011

Color Harmonies of #025E26

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #025E26

Black with #025E26

Text Example


Text Example

White with #025E26

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #025E26; }

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

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

background-color css

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

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

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

border-color css

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

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

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