Html Css Color HEX #026719 Crusoe

📋 copy color: '#026719'

red 2 ◦ green 103 ◦ blue 25

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

Shades of Crusoe #026719

Tints of Crusoe #026719

RGB

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

 GREEN value IS 103 (40.63% from 255) = 79.23%

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

R = 1.54%
G = 79.23%
B = 19.23%

CMYK

 C value IS 0.98

 M value IS 0

 Y value IS 0.76

 K value IS 0.60

RGB Variations

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

Color information

#026719 (or 0x026719) is known color: Crusoe. HEX triplet: 02, 67 and 19. RGB value is (2,103,25). Sum of RGB (Red+Green+Blue) = 2+103+25=130 (17% of max value = 765). Red value is 2 (1.17% from 255 or 1.54% from 130); Green value is 103 (40.62% from 255 or 79.23% from 130); Blue value is 25 (10.16% from 255 or 19.23% from 130); Max value from RGB is 103 - color contains mainly: green. Hex color #026719 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #026719 is #FD98E6. Grayscale: #404040. Windows color (decimal): -16619751 or 1664770. OLE color: 1664770.

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

Color convert

RGB 2 103 25 -
CMYK 0.98 0 0.76 0.60
HSL 133.66º 0.96% 0.21% -
HSV(B) 133.66º 0.98% 0.4% -
XYZ 5.05 9.78 2.54 -
YUV 63.91 106.04 83.84 -
System Red Green Blue C M Y K H S L
Decimal 2 103 25 0.98 0 0.76 0.60 133.66 0.96 0.21
Hex 2 67 19 62 0 4C 3C 86 60 15
Octal 2 147 31 142 0 114 74 206 140 25
Binary 10 1100111 11001 1100010 0 1001100 111100 10000110 1100000 10101

Color Harmonies of #026719

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #026719

Black with #026719

Text Example


Text Example

White with #026719

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #026719; }

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

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

background-color css

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

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

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

border-color css

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

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

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