Html Css Color HEX #01812B Dark Spring Green

📋 copy color: '#01812B'

red 1 ◦ green 129 ◦ blue 43

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

Shades of Dark Spring Green #01812B

Tints of Dark Spring Green #01812B

RGB

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

 GREEN value IS 129 (50.78% from 255) = 74.57%

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

R = 0.58%
G = 74.57%
B = 24.86%

CMYK

 C value IS 0.99

 M value IS 0

 Y value IS 0.67

 K value IS 0.49

RGB Variations

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

Color information

#01812B (or 0x01812B) is known color: Dark Spring Green. HEX triplet: 01, 81 and 2B. RGB value is (1,129,43). Sum of RGB (Red+Green+Blue) = 1+129+43=173 (22% of max value = 765). Red value is 1 (0.78% from 255 or 0.58% from 173); Green value is 129 (50.78% from 255 or 74.57% from 173); Blue value is 43 (17.19% from 255 or 24.86% from 173); Max value from RGB is 129 - color contains mainly: green. Hex color #01812B is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #01812B is #FE7ED4. Grayscale: #515151. Windows color (decimal): -16678613 or 2851073. OLE color: 2851073.

HSL color Cylindrical-coordinate representation of color #01812B: hue angle of 139.69º degrees, saturation: 0.98, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #01812B is Cyan = 0.99, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.49.

Color convert

RGB 1 129 43 -
CMYK 0.99 0 0.67 0.49
HSL 139.69º 0.98% 0.25% -
HSV(B) 139.69º 0.99% 0.51% -
XYZ 8.3 15.88 4.91 -
YUV 80.92 106.59 70.99 -
System Red Green Blue C M Y K H S L
Decimal 1 129 43 0.99 0 0.67 0.49 139.69 0.98 0.25
Hex 1 81 2B 63 0 43 31 8C 62 19
Octal 1 201 53 143 0 103 61 214 142 31
Binary 1 10000001 101011 1100011 0 1000011 110001 10001100 1100010 11001

Color Harmonies of #01812B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #01812B

Black with #01812B

Text Example


Text Example

White with #01812B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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