Html Css Color HEX #026A2D Crusoe

📋 copy color: '#026A2D'

red 2 ◦ green 106 ◦ blue 45

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

Shades of Crusoe #026A2D

Tints of Crusoe #026A2D

RGB

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

 GREEN value IS 106 (41.8% from 255) = 69.28%

 BLUE value IS 45 (17.97% from 255) = 29.41%

R = 1.31%
G = 69.28%
B = 29.41%

CMYK

 C value IS 0.98

 M value IS 0

 Y value IS 0.58

 K value IS 0.58

RGB Variations

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

Color information

#026A2D (or 0x026A2D) is known color: Crusoe. HEX triplet: 02, 6A and 2D. RGB value is (2,106,45). Sum of RGB (Red+Green+Blue) = 2+106+45=153 (20% of max value = 765). Red value is 2 (1.17% from 255 or 1.31% from 153); Green value is 106 (41.80% from 255 or 69.28% from 153); Blue value is 45 (17.97% from 255 or 29.41% from 153); Max value from RGB is 106 - color contains mainly: green. Hex color #026A2D is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #026A2D is #FD95D2. Grayscale: #444444. Windows color (decimal): -16618963 or 2976258. OLE color: 2976258.

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

Color convert

RGB 2 106 45 -
CMYK 0.98 0 0.58 0.58
HSL 144.81º 0.96% 0.21% -
HSV(B) 144.81º 0.98% 0.42% -
XYZ 5.65 10.51 4.21 -
YUV 67.95 115.04 80.96 -
System Red Green Blue C M Y K H S L
Decimal 2 106 45 0.98 0 0.58 0.58 144.81 0.96 0.21
Hex 2 6A 2D 62 0 3A 3A 91 60 15
Octal 2 152 55 142 0 72 72 221 140 25
Binary 10 1101010 101101 1100010 0 111010 111010 10010001 1100000 10101

Color Harmonies of #026A2D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #026A2D

Black with #026A2D

Text Example


Text Example

White with #026A2D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #026A2D; }

 p { color: rgb(2,106,45); }

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

background-color css

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

 a { background-color: rgb(2,106,45); }

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

border-color css

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

 span { border-color: rgb(2,106,45); }

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