Html Css Color HEX #02651D Crusoe

📋 copy color: '#02651D'

red 2 ◦ green 101 ◦ blue 29

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

Shades of Crusoe #02651D

Tints of Crusoe #02651D

RGB

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

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

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

R = 1.52%
G = 76.52%
B = 21.97%

CMYK

 C value IS 0.98

 M value IS 0

 Y value IS 0.71

 K value IS 0.60

RGB Variations

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

Color information

#02651D (or 0x02651D) is known color: Crusoe. HEX triplet: 02, 65 and 1D. RGB value is (2,101,29). Sum of RGB (Red+Green+Blue) = 2+101+29=132 (17% of max value = 765). Red value is 2 (1.17% from 255 or 1.52% from 132); Green value is 101 (39.84% from 255 or 76.52% from 132); Blue value is 29 (11.72% from 255 or 21.97% from 132); Max value from RGB is 101 - color contains mainly: green. Hex color #02651D is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #02651D is #FD9AE2. Grayscale: #3F3F3F. Windows color (decimal): -16620259 or 1926402. OLE color: 1926402.

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

Color convert

RGB 2 101 29 -
CMYK 0.98 0 0.71 0.60
HSL 136.36º 0.96% 0.2% -
HSV(B) 136.36º 0.98% 0.4% -
XYZ 4.9 9.41 2.72 -
YUV 63.19 108.7 84.35 -
System Red Green Blue C M Y K H S L
Decimal 2 101 29 0.98 0 0.71 0.60 136.36 0.96 0.2
Hex 2 65 1D 62 0 47 3C 88 60 14
Octal 2 145 35 142 0 107 74 210 140 24
Binary 10 1100101 11101 1100010 0 1000111 111100 10001000 1100000 10100

Color Harmonies of #02651D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #02651D

Black with #02651D

Text Example


Text Example

White with #02651D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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