Html Css Color HEX #026B1D Crusoe

📋 copy color: '#026B1D'

red 2 ◦ green 107 ◦ blue 29

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

Shades of Crusoe #026B1D

Tints of Crusoe #026B1D

RGB

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

 GREEN value IS 107 (42.19% from 255) = 77.54%

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

R = 1.45%
G = 77.54%
B = 21.01%

CMYK

 C value IS 0.98

 M value IS 0

 Y value IS 0.73

 K value IS 0.58

RGB Variations

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

Color information

#026B1D (or 0x026B1D) is known color: Crusoe. HEX triplet: 02, 6B and 1D. RGB value is (2,107,29). Sum of RGB (Red+Green+Blue) = 2+107+29=138 (18% of max value = 765). Red value is 2 (1.17% from 255 or 1.45% from 138); Green value is 107 (42.19% from 255 or 77.54% from 138); Blue value is 29 (11.72% from 255 or 21.01% from 138); Max value from RGB is 107 - color contains mainly: green. Hex color #026B1D is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #026B1D is #FD94E2. Grayscale: #424242. Windows color (decimal): -16618723 or 1927938. OLE color: 1927938.

HSL color Cylindrical-coordinate representation of color #026B1D: hue angle of 135.43º 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 #026B1D is Cyan = 0.98, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.58.

Color convert

RGB 2 107 29 -
CMYK 0.98 0 0.73 0.58
HSL 135.43º 0.96% 0.21% -
HSV(B) 135.43º 0.98% 0.42% -
XYZ 5.5 10.62 2.92 -
YUV 66.71 106.71 81.84 -
System Red Green Blue C M Y K H S L
Decimal 2 107 29 0.98 0 0.73 0.58 135.43 0.96 0.21
Hex 2 6B 1D 62 0 49 3A 87 60 15
Octal 2 153 35 142 0 111 72 207 140 25
Binary 10 1101011 11101 1100010 0 1001001 111010 10000111 1100000 10101

Color Harmonies of #026B1D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #026B1D

Black with #026B1D

Text Example


Text Example

White with #026B1D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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