Html Css Color HEX #026425 Crusoe

📋 copy color: '#026425'

red 2 ◦ green 100 ◦ blue 37

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

Shades of Crusoe #026425

Tints of Crusoe #026425

RGB

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

 GREEN value IS 100 (39.45% from 255) = 71.94%

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

R = 1.44%
G = 71.94%
B = 26.62%

CMYK

 C value IS 0.98

 M value IS 0

 Y value IS 0.63

 K value IS 0.61

RGB Variations

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

Color information

#026425 (or 0x026425) is known color: Crusoe. HEX triplet: 02, 64 and 25. RGB value is (2,100,37). Sum of RGB (Red+Green+Blue) = 2+100+37=139 (18% of max value = 765). Red value is 2 (1.17% from 255 or 1.44% from 139); Green value is 100 (39.45% from 255 or 71.94% from 139); Blue value is 37 (14.84% from 255 or 26.62% from 139); Max value from RGB is 100 - color contains mainly: green. Hex color #026425 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #026425 is #FD9BDA. Grayscale: #3F3F3F. Windows color (decimal): -16620507 or 2450434. OLE color: 2450434.

HSL color Cylindrical-coordinate representation of color #026425: hue angle of 141.43º degrees, saturation: 0.96, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #026425 is Cyan = 0.98, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.61.

Color convert

RGB 2 100 37 -
CMYK 0.98 0 0.63 0.61
HSL 141.43º 0.96% 0.2% -
HSV(B) 141.43º 0.98% 0.39% -
XYZ 4.92 9.26 3.28 -
YUV 63.52 113.03 84.12 -
System Red Green Blue C M Y K H S L
Decimal 2 100 37 0.98 0 0.63 0.61 141.43 0.96 0.2
Hex 2 64 25 62 0 3F 3D 8D 60 14
Octal 2 144 45 142 0 77 75 215 140 24
Binary 10 1100100 100101 1100010 0 111111 111101 10001101 1100000 10100

Color Harmonies of #026425

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #026425

Black with #026425

Text Example


Text Example

White with #026425

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #026425; }

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

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

background-color css

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

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

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

border-color css

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

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

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