Html Css Color HEX #01332F Dark Green

📋 copy color: '#01332F'

red 1 ◦ green 51 ◦ blue 47

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

Shades of Dark Green #01332F

Tints of Dark Green #01332F

RGB

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

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

 BLUE value IS 47 (18.75% from 255) = 47.47%

R = 1.01%
G = 51.52%
B = 47.47%

CMYK

 C value IS 0.98

 M value IS 0

 Y value IS 0.08

 K value IS 0.8

RGB Variations

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

Color information

#01332F (or 0x01332F) is known color: Dark Green. HEX triplet: 01, 33 and 2F. RGB value is (1,51,47). Sum of RGB (Red+Green+Blue) = 1+51+47=99 (13% of max value = 765). Red value is 1 (0.78% from 255 or 1.01% from 99); Green value is 51 (20.31% from 255 or 51.52% from 99); Blue value is 47 (18.75% from 255 or 47.47% from 99); Max value from RGB is 51 - color contains mainly: green. Hex color #01332F is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #01332F is #FECCD0. Grayscale: #232323. Windows color (decimal): -16698577 or 3093249. OLE color: 3093249.

HSL color Cylindrical-coordinate representation of color #01332F: hue angle of 175.2º 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 #01332F is Cyan = 0.98, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.8.

Color convert

RGB 1 51 47 -
CMYK 0.98 0 0.08 0.8
HSL 175.2º 0.96% 0.1% -
HSV(B) 175.2º 0.98% 0.2% -
XYZ 1.71 2.58 3.1 -
YUV 35.59 134.44 103.33 -
System Red Green Blue C M Y K H S L
Decimal 1 51 47 0.98 0 0.08 0.8 175.2 0.96 0.1
Hex 1 33 2F 62 0 8 50 AF 60 A
Octal 1 63 57 142 0 10 120 257 140 12
Binary 1 110011 101111 1100010 0 1000 1010000 10101111 1100000 1010

Color Harmonies of #01332F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #01332F

Black with #01332F

Text Example


Text Example

White with #01332F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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