Html Css Color HEX #025E1D Crusoe

📋 copy color: '#025E1D'

red 2 ◦ green 94 ◦ blue 29

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

Shades of Crusoe #025E1D

Tints of Crusoe #025E1D

RGB

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

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

 BLUE value IS 29 (11.72% from 255) = 23.2%

R = 1.6%
G = 75.2%
B = 23.2%

CMYK

 C value IS 0.98

 M value IS 0

 Y value IS 0.69

 K value IS 0.63

RGB Variations

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

Color information

#025E1D (or 0x025E1D) is known color: Crusoe. HEX triplet: 02, 5E and 1D. RGB value is (2,94,29). Sum of RGB (Red+Green+Blue) = 2+94+29=125 (16% of max value = 765). Red value is 2 (1.17% from 255 or 1.6% from 125); Green value is 94 (37.11% from 255 or 75.2% from 125); Blue value is 29 (11.72% from 255 or 23.2% from 125); Max value from RGB is 94 - color contains mainly: green. Hex color #025E1D is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #025E1D is #FDA1E2. Grayscale: #3B3B3B. Windows color (decimal): -16622051 or 1924610. OLE color: 1924610.

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

Color convert

RGB 2 94 29 -
CMYK 0.98 0 0.69 0.63
HSL 137.61º 0.96% 0.19% -
HSV(B) 137.61º 0.98% 0.37% -
XYZ 4.25 8.11 2.5 -
YUV 59.08 111.02 87.29 -
System Red Green Blue C M Y K H S L
Decimal 2 94 29 0.98 0 0.69 0.63 137.61 0.96 0.19
Hex 2 5E 1D 62 0 45 3F 8A 60 13
Octal 2 136 35 142 0 105 77 212 140 23
Binary 10 1011110 11101 1100010 0 1000101 111111 10001010 1100000 10011

Color Harmonies of #025E1D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #025E1D

Black with #025E1D

Text Example


Text Example

White with #025E1D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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