Html Css Color HEX #02651B Crusoe

📋 copy color: '#02651B'

red 2 ◦ green 101 ◦ blue 27

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

Shades of Crusoe #02651B

Tints of Crusoe #02651B

RGB

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

 GREEN value IS 101 (39.84% from 255) = 77.69%

 BLUE value IS 27 (10.94% from 255) = 20.77%

R = 1.54%
G = 77.69%
B = 20.77%

CMYK

 C value IS 0.98

 M value IS 0

 Y value IS 0.73

 K value IS 0.60

RGB Variations

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

Color information

#02651B (or 0x02651B) is known color: Crusoe. HEX triplet: 02, 65 and 1B. RGB value is (2,101,27). Sum of RGB (Red+Green+Blue) = 2+101+27=130 (17% of max value = 765). Red value is 2 (1.17% from 255 or 1.54% from 130); Green value is 101 (39.84% from 255 or 77.69% from 130); Blue value is 27 (10.94% from 255 or 20.77% from 130); Max value from RGB is 101 - color contains mainly: green. Hex color #02651B is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #02651B is #FD9AE4. Grayscale: #3F3F3F. Windows color (decimal): -16620261 or 1795330. OLE color: 1795330.

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

Color convert

RGB 2 101 27 -
CMYK 0.98 0 0.73 0.60
HSL 135.15º 0.96% 0.2% -
HSV(B) 135.15º 0.98% 0.4% -
XYZ 4.88 9.4 2.59 -
YUV 62.96 107.7 84.52 -
System Red Green Blue C M Y K H S L
Decimal 2 101 27 0.98 0 0.73 0.60 135.15 0.96 0.2
Hex 2 65 1B 62 0 49 3C 87 60 14
Octal 2 145 33 142 0 111 74 207 140 24
Binary 10 1100101 11011 1100010 0 1001001 111100 10000111 1100000 10100

Color Harmonies of #02651B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #02651B

Black with #02651B

Text Example


Text Example

White with #02651B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #02651B; }

 p { color: rgb(2,101,27); }

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

background-color css

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

 a { background-color: rgb(2,101,27); }

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

border-color css

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

 span { border-color: rgb(2,101,27); }

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