Html Css Color HEX #02661A Crusoe

📋 copy color: '#02661A'

red 2 ◦ green 102 ◦ blue 26

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

Shades of Crusoe #02661A

Tints of Crusoe #02661A

RGB

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

 GREEN value IS 102 (40.23% from 255) = 78.46%

 BLUE value IS 26 (10.55% from 255) = 20%

R = 1.54%
G = 78.46%
B = 20%

CMYK

 C value IS 0.98

 M value IS 0

 Y value IS 0.75

 K value IS 0.6

RGB Variations

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

Color information

#02661A (or 0x02661A) is known color: Crusoe. HEX triplet: 02, 66 and 1A. RGB value is (2,102,26). Sum of RGB (Red+Green+Blue) = 2+102+26=130 (17% of max value = 765). Red value is 2 (1.17% from 255 or 1.54% from 130); Green value is 102 (40.23% from 255 or 78.46% from 130); Blue value is 26 (10.55% from 255 or 20% from 130); Max value from RGB is 102 - color contains mainly: green. Hex color #02661A is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #02661A is #FD99E5. Grayscale: #3F3F3F. Windows color (decimal): -16620006 or 1730050. OLE color: 1730050.

HSL color Cylindrical-coordinate representation of color #02661A: hue angle of 134.4º degrees, saturation: 0.96, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #02661A is Cyan = 0.98, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.6.

Color convert

RGB 2 102 26 -
CMYK 0.98 0 0.75 0.6
HSL 134.4º 0.96% 0.2% -
HSV(B) 134.4º 0.98% 0.4% -
XYZ 4.96 9.59 2.57 -
YUV 63.44 106.87 84.18 -
System Red Green Blue C M Y K H S L
Decimal 2 102 26 0.98 0 0.75 0.6 134.4 0.96 0.2
Hex 2 66 1A 62 0 4B 3C 86 60 14
Octal 2 146 32 142 0 113 74 206 140 24
Binary 10 1100110 11010 1100010 0 1001011 111100 10000110 1100000 10100

Color Harmonies of #02661A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #02661A

Black with #02661A

Text Example


Text Example

White with #02661A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #02661A; }

 p { color: rgb(2,102,26); }

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

background-color css

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

 a { background-color: rgb(2,102,26); }

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

border-color css

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

 span { border-color: rgb(2,102,26); }

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