Html Css Color HEX #02631A Crusoe

📋 copy color: '#02631A'

red 2 ◦ green 99 ◦ blue 26

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

Shades of Crusoe #02631A

Tints of Crusoe #02631A

RGB

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

 GREEN value IS 99 (39.06% from 255) = 77.95%

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

R = 1.57%
G = 77.95%
B = 20.47%

CMYK

 C value IS 0.98

 M value IS 0

 Y value IS 0.74

 K value IS 0.61

RGB Variations

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

Color information

#02631A (or 0x02631A) is known color: Crusoe. HEX triplet: 02, 63 and 1A. RGB value is (2,99,26). Sum of RGB (Red+Green+Blue) = 2+99+26=127 (16% of max value = 765). Red value is 2 (1.17% from 255 or 1.57% from 127); Green value is 99 (39.06% from 255 or 77.95% from 127); Blue value is 26 (10.55% from 255 or 20.47% from 127); Max value from RGB is 99 - color contains mainly: green. Hex color #02631A is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #02631A is #FD9CE5. Grayscale: #3D3D3D. Windows color (decimal): -16620774 or 1729282. OLE color: 1729282.

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

Color convert

RGB 2 99 26 -
CMYK 0.98 0 0.74 0.61
HSL 134.85º 0.96% 0.2% -
HSV(B) 134.85º 0.98% 0.39% -
XYZ 4.67 9.01 2.47 -
YUV 61.68 107.86 85.44 -
System Red Green Blue C M Y K H S L
Decimal 2 99 26 0.98 0 0.74 0.61 134.85 0.96 0.2
Hex 2 63 1A 62 0 4A 3D 87 60 14
Octal 2 143 32 142 0 112 75 207 140 24
Binary 10 1100011 11010 1100010 0 1001010 111101 10000111 1100000 10100

Color Harmonies of #02631A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #02631A

Black with #02631A

Text Example


Text Example

White with #02631A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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