Html Css Color HEX #025C25 Crusoe

📋 copy color: '#025C25'

red 2 ◦ green 92 ◦ blue 37

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

Shades of Crusoe #025C25

Tints of Crusoe #025C25

RGB

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

 GREEN value IS 92 (36.33% from 255) = 70.23%

 BLUE value IS 37 (14.84% from 255) = 28.24%

R = 1.53%
G = 70.23%
B = 28.24%

CMYK

 C value IS 0.98

 M value IS 0

 Y value IS 0.60

 K value IS 0.64

RGB Variations

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

Color information

#025C25 (or 0x025C25) is known color: Crusoe. HEX triplet: 02, 5C and 25. RGB value is (2,92,37). Sum of RGB (Red+Green+Blue) = 2+92+37=131 (17% of max value = 765). Red value is 2 (1.17% from 255 or 1.53% from 131); Green value is 92 (36.33% from 255 or 70.23% from 131); Blue value is 37 (14.84% from 255 or 28.24% from 131); Max value from RGB is 92 - color contains mainly: green. Hex color #025C25 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #025C25 is #FDA3DA. Grayscale: #3A3A3A. Windows color (decimal): -16622555 or 2448386. OLE color: 2448386.

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

Color convert

RGB 2 92 37 -
CMYK 0.98 0 0.60 0.64
HSL 143.33º 0.96% 0.18% -
HSV(B) 143.33º 0.98% 0.36% -
XYZ 4.19 7.8 3.04 -
YUV 58.82 115.68 87.47 -
System Red Green Blue C M Y K H S L
Decimal 2 92 37 0.98 0 0.60 0.64 143.33 0.96 0.18
Hex 2 5C 25 62 0 3C 40 8F 60 12
Octal 2 134 45 142 0 74 100 217 140 22
Binary 10 1011100 100101 1100010 0 111100 1000000 10001111 1100000 10010

Color Harmonies of #025C25

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #025C25

Black with #025C25

Text Example


Text Example

White with #025C25

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(2,92,37); }

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

background-color css

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

 a { background-color: rgb(2,92,37); }

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

border-color css

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

 span { border-color: rgb(2,92,37); }

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