Html Css Color HEX #026630 Crusoe

📋 copy color: '#026630'

red 2 ◦ green 102 ◦ blue 48

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

Shades of Crusoe #026630

Tints of Crusoe #026630

RGB

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

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

 BLUE value IS 48 (19.14% from 255) = 31.58%

R = 1.32%
G = 67.11%
B = 31.58%

CMYK

 C value IS 0.98

 M value IS 0

 Y value IS 0.53

 K value IS 0.6

RGB Variations

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

Color information

#026630 (or 0x026630) is known color: Crusoe. HEX triplet: 02, 66 and 30. RGB value is (2,102,48). Sum of RGB (Red+Green+Blue) = 2+102+48=152 (20% of max value = 765). Red value is 2 (1.17% from 255 or 1.32% from 152); Green value is 102 (40.23% from 255 or 67.11% from 152); Blue value is 48 (19.14% from 255 or 31.58% from 152); Max value from RGB is 102 - color contains mainly: green. Hex color #026630 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #026630 is #FD99CF. Grayscale: #424242. Windows color (decimal): -16619984 or 3171842. OLE color: 3171842.

HSL color Cylindrical-coordinate representation of color #026630: hue angle of 147.6º 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 #026630 is Cyan = 0.98, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.6.

Color convert

RGB 2 102 48 -
CMYK 0.98 0 0.53 0.6
HSL 147.6º 0.96% 0.2% -
HSV(B) 147.6º 0.98% 0.4% -
XYZ 5.31 9.73 4.39 -
YUV 65.94 117.87 82.39 -
System Red Green Blue C M Y K H S L
Decimal 2 102 48 0.98 0 0.53 0.6 147.6 0.96 0.2
Hex 2 66 30 62 0 35 3C 94 60 14
Octal 2 146 60 142 0 65 74 224 140 24
Binary 10 1100110 110000 1100010 0 110101 111100 10010100 1100000 10100

Color Harmonies of #026630

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #026630

Black with #026630

Text Example


Text Example

White with #026630

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #026630; }

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

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

background-color css

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

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

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

border-color css

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

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

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