Html Css Color HEX #015F2B Crusoe

📋 copy color: '#015F2B'

red 1 ◦ green 95 ◦ blue 43

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

Shades of Crusoe #015F2B

Tints of Crusoe #015F2B

RGB

 RED value IS 1 (0.78% from 255) = 0.72%

 GREEN value IS 95 (37.5% from 255) = 68.35%

 BLUE value IS 43 (17.19% from 255) = 30.94%

R = 0.72%
G = 68.35%
B = 30.94%

CMYK

 C value IS 0.99

 M value IS 0

 Y value IS 0.55

 K value IS 0.63

RGB Variations

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

Color information

#015F2B (or 0x015F2B) is known color: Crusoe. HEX triplet: 01, 5F and 2B. RGB value is (1,95,43). Sum of RGB (Red+Green+Blue) = 1+95+43=139 (18% of max value = 765). Red value is 1 (0.78% from 255 or 0.72% from 139); Green value is 95 (37.5% from 255 or 68.35% from 139); Blue value is 43 (17.19% from 255 or 30.94% from 139); Max value from RGB is 95 - color contains mainly: green. Hex color #015F2B is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #015F2B is #FEA0D4. Grayscale: #3D3D3D. Windows color (decimal): -16687317 or 2842369. OLE color: 2842369.

HSL color Cylindrical-coordinate representation of color #015F2B: hue angle of 146.81º degrees, saturation: 0.98, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #015F2B is Cyan = 0.99, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.63.

Color convert

RGB 1 95 43 -
CMYK 0.99 0 0.55 0.63
HSL 146.81º 0.98% 0.19% -
HSV(B) 146.81º 0.99% 0.37% -
XYZ 4.54 8.37 3.66 -
YUV 60.97 117.86 85.23 -
System Red Green Blue C M Y K H S L
Decimal 1 95 43 0.99 0 0.55 0.63 146.81 0.98 0.19
Hex 1 5F 2B 63 0 37 3F 93 62 13
Octal 1 137 53 143 0 67 77 223 142 23
Binary 1 1011111 101011 1100011 0 110111 111111 10010011 1100010 10011

Color Harmonies of #015F2B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #015F2B

Black with #015F2B

Text Example


Text Example

White with #015F2B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #015F2B; }

 p { color: rgb(1,95,43); }

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

background-color css

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

 a { background-color: rgb(1,95,43); }

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

border-color css

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

 span { border-color: rgb(1,95,43); }

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