Html Css Color HEX #018B2D Dark Spring Green

📋 copy color: '#018B2D'

red 1 ◦ green 139 ◦ blue 45

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

Shades of Dark Spring Green #018B2D

Tints of Dark Spring Green #018B2D

RGB

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

 GREEN value IS 139 (54.69% from 255) = 75.14%

 BLUE value IS 45 (17.97% from 255) = 24.32%

R = 0.54%
G = 75.14%
B = 24.32%

CMYK

 C value IS 0.99

 M value IS 0

 Y value IS 0.68

 K value IS 0.45

RGB Variations

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

Color information

#018B2D (or 0x018B2D) is known color: Dark Spring Green. HEX triplet: 01, 8B and 2D. RGB value is (1,139,45). Sum of RGB (Red+Green+Blue) = 1+139+45=185 (24% of max value = 765). Red value is 1 (0.78% from 255 or 0.54% from 185); Green value is 139 (54.69% from 255 or 75.14% from 185); Blue value is 45 (17.97% from 255 or 24.32% from 185); Max value from RGB is 139 - color contains mainly: green. Hex color #018B2D is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #018B2D is #FE74D2. Grayscale: #575757. Windows color (decimal): -16676051 or 2984705. OLE color: 2984705.

HSL color Cylindrical-coordinate representation of color #018B2D: hue angle of 139.13º degrees, saturation: 0.99, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #018B2D is Cyan = 0.99, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.45.

Color convert

RGB 1 139 45 -
CMYK 0.99 0 0.68 0.45
HSL 139.13º 0.99% 0.27% -
HSV(B) 139.13º 0.99% 0.55% -
XYZ 9.72 18.66 5.57 -
YUV 87.02 104.28 66.64 -
System Red Green Blue C M Y K H S L
Decimal 1 139 45 0.99 0 0.68 0.45 139.13 0.99 0.27
Hex 1 8B 2D 63 0 44 2D 8B 63 1B
Octal 1 213 55 143 0 104 55 213 143 33
Binary 1 10001011 101101 1100011 0 1000100 101101 10001011 1100011 11011

Color Harmonies of #018B2D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #018B2D

Black with #018B2D

Text Example


Text Example

White with #018B2D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #018B2D; }

 p { color: rgb(1,139,45); }

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

background-color css

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

 a { background-color: rgb(1,139,45); }

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

border-color css

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

 span { border-color: rgb(1,139,45); }

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