Html Css Color HEX #026919 Crusoe

📋 copy color: '#026919'

red 2 ◦ green 105 ◦ blue 25

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

Shades of Crusoe #026919

Tints of Crusoe #026919

RGB

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

 GREEN value IS 105 (41.41% from 255) = 79.55%

 BLUE value IS 25 (10.16% from 255) = 18.94%

R = 1.52%
G = 79.55%
B = 18.94%

CMYK

 C value IS 0.98

 M value IS 0

 Y value IS 0.76

 K value IS 0.59

RGB Variations

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

Color information

#026919 (or 0x026919) is known color: Crusoe. HEX triplet: 02, 69 and 19. RGB value is (2,105,25). Sum of RGB (Red+Green+Blue) = 2+105+25=132 (17% of max value = 765). Red value is 2 (1.17% from 255 or 1.52% from 132); Green value is 105 (41.41% from 255 or 79.55% from 132); Blue value is 25 (10.16% from 255 or 18.94% from 132); Max value from RGB is 105 - color contains mainly: green. Hex color #026919 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #026919 is #FD96E6. Grayscale: #414141. Windows color (decimal): -16619239 or 1665282. OLE color: 1665282.

HSL color Cylindrical-coordinate representation of color #026919: hue angle of 133.4º degrees, saturation: 0.96, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #026919 is Cyan = 0.98, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.59.

Color convert

RGB 2 105 25 -
CMYK 0.98 0 0.76 0.59
HSL 133.4º 0.96% 0.21% -
HSV(B) 133.4º 0.98% 0.41% -
XYZ 5.25 10.19 2.61 -
YUV 65.08 105.38 83 -
System Red Green Blue C M Y K H S L
Decimal 2 105 25 0.98 0 0.76 0.59 133.4 0.96 0.21
Hex 2 69 19 62 0 4C 3B 85 60 15
Octal 2 151 31 142 0 114 73 205 140 25
Binary 10 1101001 11001 1100010 0 1001100 111011 10000101 1100000 10101

Color Harmonies of #026919

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #026919

Black with #026919

Text Example


Text Example

White with #026919

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #026919; }

 p { color: rgb(2,105,25); }

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

background-color css

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

 a { background-color: rgb(2,105,25); }

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

border-color css

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

 span { border-color: rgb(2,105,25); }

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