Html Css Color HEX #01332B Dark Green

📋 copy color: '#01332B'

red 1 ◦ green 51 ◦ blue 43

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

Shades of Dark Green #01332B

Tints of Dark Green #01332B

RGB

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

 GREEN value IS 51 (20.31% from 255) = 53.68%

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

R = 1.05%
G = 53.68%
B = 45.26%

CMYK

 C value IS 0.98

 M value IS 0

 Y value IS 0.16

 K value IS 0.8

RGB Variations

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

Color information

#01332B (or 0x01332B) is known color: Dark Green. HEX triplet: 01, 33 and 2B. RGB value is (1,51,43). Sum of RGB (Red+Green+Blue) = 1+51+43=95 (12% of max value = 765). Red value is 1 (0.78% from 255 or 1.05% from 95); Green value is 51 (20.31% from 255 or 53.68% from 95); Blue value is 43 (17.19% from 255 or 45.26% from 95); Max value from RGB is 51 - color contains mainly: green. Hex color #01332B is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #01332B is #FECCD4. Grayscale: #232323. Windows color (decimal): -16698581 or 2831105. OLE color: 2831105.

HSL color Cylindrical-coordinate representation of color #01332B: hue angle of 170.4º degrees, saturation: 0.96, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #01332B is Cyan = 0.98, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.8.

Color convert

RGB 1 51 43 -
CMYK 0.98 0 0.16 0.8
HSL 170.4º 0.96% 0.1% -
HSV(B) 170.4º 0.98% 0.2% -
XYZ 1.63 2.55 2.69 -
YUV 35.14 132.44 103.65 -
System Red Green Blue C M Y K H S L
Decimal 1 51 43 0.98 0 0.16 0.8 170.4 0.96 0.1
Hex 1 33 2B 62 0 10 50 AA 60 A
Octal 1 63 53 142 0 20 120 252 140 12
Binary 1 110011 101011 1100010 0 10000 1010000 10101010 1100000 1010

Color Harmonies of #01332B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #01332B

Black with #01332B

Text Example


Text Example

White with #01332B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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