Html Css Color HEX #026925 Crusoe

📋 copy color: '#026925'

red 2 ◦ green 105 ◦ blue 37

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

Shades of Crusoe #026925

Tints of Crusoe #026925

RGB

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

 GREEN value IS 105 (41.41% from 255) = 72.92%

 BLUE value IS 37 (14.84% from 255) = 25.69%

R = 1.39%
G = 72.92%
B = 25.69%

CMYK

 C value IS 0.98

 M value IS 0

 Y value IS 0.65

 K value IS 0.59

RGB Variations

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

Color information

#026925 (or 0x026925) is known color: Crusoe. HEX triplet: 02, 69 and 25. RGB value is (2,105,37). Sum of RGB (Red+Green+Blue) = 2+105+37=144 (19% of max value = 765). Red value is 2 (1.17% from 255 or 1.39% from 144); Green value is 105 (41.41% from 255 or 72.92% from 144); Blue value is 37 (14.84% from 255 or 25.69% from 144); Max value from RGB is 105 - color contains mainly: green. Hex color #026925 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #026925 is #FD96DA. Grayscale: #424242. Windows color (decimal): -16619227 or 2451714. OLE color: 2451714.

HSL color Cylindrical-coordinate representation of color #026925: hue angle of 140.39º degrees, saturation: 0.96, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #026925 is Cyan = 0.98, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.59.

Color convert

RGB 2 105 37 -
CMYK 0.98 0 0.65 0.59
HSL 140.39º 0.96% 0.21% -
HSV(B) 140.39º 0.98% 0.41% -
XYZ 5.41 10.25 3.44 -
YUV 66.45 111.38 82.03 -
System Red Green Blue C M Y K H S L
Decimal 2 105 37 0.98 0 0.65 0.59 140.39 0.96 0.21
Hex 2 69 25 62 0 41 3B 8C 60 15
Octal 2 151 45 142 0 101 73 214 140 25
Binary 10 1101001 100101 1100010 0 1000001 111011 10001100 1100000 10101

Color Harmonies of #026925

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #026925

Black with #026925

Text Example


Text Example

White with #026925

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #026925; }

 p { color: rgb(2,105,37); }

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

background-color css

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

 a { background-color: rgb(2,105,37); }

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

border-color css

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

 span { border-color: rgb(2,105,37); }

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