Html Css Color HEX #025C15 Crusoe

📋 copy color: '#025C15'

red 2 ◦ green 92 ◦ blue 21

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

Shades of Crusoe #025C15

Tints of Crusoe #025C15

RGB

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

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

 BLUE value IS 21 (8.59% from 255) = 18.26%

R = 1.74%
G = 80%
B = 18.26%

CMYK

 C value IS 0.98

 M value IS 0

 Y value IS 0.77

 K value IS 0.64

RGB Variations

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

Color information

#025C15 (or 0x025C15) is known color: Crusoe. HEX triplet: 02, 5C and 15. RGB value is (2,92,21). Sum of RGB (Red+Green+Blue) = 2+92+21=115 (15% of max value = 765). Red value is 2 (1.17% from 255 or 1.74% from 115); Green value is 92 (36.33% from 255 or 80% from 115); Blue value is 21 (8.59% from 255 or 18.26% from 115); Max value from RGB is 92 - color contains mainly: green. Hex color #025C15 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #025C15 is #FDA3EA. Grayscale: #393939. Windows color (decimal): -16622571 or 1399810. OLE color: 1399810.

HSL color Cylindrical-coordinate representation of color #025C15: hue angle of 132.67º 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 #025C15 is Cyan = 0.98, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.64.

Color convert

RGB 2 92 21 -
CMYK 0.98 0 0.77 0.64
HSL 132.67º 0.96% 0.18% -
HSV(B) 132.67º 0.98% 0.36% -
XYZ 3.99 7.72 1.99 -
YUV 57 107.68 88.77 -
System Red Green Blue C M Y K H S L
Decimal 2 92 21 0.98 0 0.77 0.64 132.67 0.96 0.18
Hex 2 5C 15 62 0 4D 40 85 60 12
Octal 2 134 25 142 0 115 100 205 140 22
Binary 10 1011100 10101 1100010 0 1001101 1000000 10000101 1100000 10010

Color Harmonies of #025C15

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #025C15

Black with #025C15

Text Example


Text Example

White with #025C15

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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