Html Css Color HEX #025A1D Crusoe

📋 copy color: '#025A1D'

red 2 ◦ green 90 ◦ blue 29

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

Shades of Crusoe #025A1D

Tints of Crusoe #025A1D

RGB

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

 GREEN value IS 90 (35.55% from 255) = 74.38%

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

R = 1.65%
G = 74.38%
B = 23.97%

CMYK

 C value IS 0.98

 M value IS 0

 Y value IS 0.68

 K value IS 0.65

RGB Variations

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

Color information

#025A1D (or 0x025A1D) is known color: Crusoe. HEX triplet: 02, 5A and 1D. RGB value is (2,90,29). Sum of RGB (Red+Green+Blue) = 2+90+29=121 (16% of max value = 765). Red value is 2 (1.17% from 255 or 1.65% from 121); Green value is 90 (35.55% from 255 or 74.38% from 121); Blue value is 29 (11.72% from 255 or 23.97% from 121); Max value from RGB is 90 - color contains mainly: green. Hex color #025A1D is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #025A1D is #FDA5E2. Grayscale: #383838. Windows color (decimal): -16623075 or 1923586. OLE color: 1923586.

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

Color convert

RGB 2 90 29 -
CMYK 0.98 0 0.68 0.65
HSL 138.41º 0.96% 0.18% -
HSV(B) 138.41º 0.98% 0.35% -
XYZ 3.9 7.41 2.39 -
YUV 56.73 112.35 88.96 -
System Red Green Blue C M Y K H S L
Decimal 2 90 29 0.98 0 0.68 0.65 138.41 0.96 0.18
Hex 2 5A 1D 62 0 44 41 8A 60 12
Octal 2 132 35 142 0 104 101 212 140 22
Binary 10 1011010 11101 1100010 0 1000100 1000001 10001010 1100000 10010

Color Harmonies of #025A1D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #025A1D

Black with #025A1D

Text Example


Text Example

White with #025A1D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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