Html Css Color HEX #025C11 Crusoe

📋 copy color: '#025C11'

red 2 ◦ green 92 ◦ blue 17

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

Shades of Crusoe #025C11

Tints of Crusoe #025C11

RGB

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

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

 BLUE value IS 17 (7.03% from 255) = 15.32%

R = 1.8%
G = 82.88%
B = 15.32%

CMYK

 C value IS 0.98

 M value IS 0

 Y value IS 0.82

 K value IS 0.64

RGB Variations

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

Color information

#025C11 (or 0x025C11) is known color: Crusoe. HEX triplet: 02, 5C and 11. RGB value is (2,92,17). Sum of RGB (Red+Green+Blue) = 2+92+17=111 (14% of max value = 765). Red value is 2 (1.17% from 255 or 1.80% from 111); Green value is 92 (36.33% from 255 or 82.88% from 111); Blue value is 17 (7.03% from 255 or 15.32% from 111); Max value from RGB is 92 - color contains mainly: green. Hex color #025C11 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #025C11 is #FDA3EE. Grayscale: #383838. Windows color (decimal): -16622575 or 1137666. OLE color: 1137666.

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

Color convert

RGB 2 92 17 -
CMYK 0.98 0 0.82 0.64
HSL 130º 0.96% 0.18% -
HSV(B) 130º 0.98% 0.36% -
XYZ 3.95 7.71 1.81 -
YUV 56.54 105.68 89.1 -
System Red Green Blue C M Y K H S L
Decimal 2 92 17 0.98 0 0.82 0.64 130 0.96 0.18
Hex 2 5C 11 62 0 52 40 82 60 12
Octal 2 134 21 142 0 122 100 202 140 22
Binary 10 1011100 10001 1100010 0 1010010 1000000 10000010 1100000 10010

Color Harmonies of #025C11

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #025C11

Black with #025C11

Text Example


Text Example

White with #025C11

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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