Html Css Color HEX #027538 Dark Spring Green

📋 copy color: '#027538'

red 2 ◦ green 117 ◦ blue 56

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

Shades of Dark Spring Green #027538

Tints of Dark Spring Green #027538

RGB

 RED value IS 2 (1.17% from 255) = 1.14%

 GREEN value IS 117 (46.09% from 255) = 66.86%

 BLUE value IS 56 (22.27% from 255) = 32%

R = 1.14%
G = 66.86%
B = 32%

CMYK

 C value IS 0.98

 M value IS 0

 Y value IS 0.52

 K value IS 0.54

RGB Variations

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

Color information

#027538 (or 0x027538) is known color: Dark Spring Green. HEX triplet: 02, 75 and 38. RGB value is (2,117,56). Sum of RGB (Red+Green+Blue) = 2+117+56=175 (23% of max value = 765). Red value is 2 (1.17% from 255 or 1.14% from 175); Green value is 117 (46.09% from 255 or 66.86% from 175); Blue value is 56 (22.27% from 255 or 32% from 175); Max value from RGB is 117 - color contains mainly: green. Hex color #027538 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #027538 is #FD8AC7. Grayscale: #4B4B4B. Windows color (decimal): -16616136 or 3699970. OLE color: 3699970.

HSL color Cylindrical-coordinate representation of color #027538: hue angle of 148.17º degrees, saturation: 0.97, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #027538 is Cyan = 0.98, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.54.

Color convert

RGB 2 117 56 -
CMYK 0.98 0 0.52 0.54
HSL 148.17º 0.97% 0.23% -
HSV(B) 148.17º 0.98% 0.46% -
XYZ 7.1 13.02 5.88 -
YUV 75.66 116.9 75.46 -
System Red Green Blue C M Y K H S L
Decimal 2 117 56 0.98 0 0.52 0.54 148.17 0.97 0.23
Hex 2 75 38 62 0 34 36 94 61 17
Octal 2 165 70 142 0 64 66 224 141 27
Binary 10 1110101 111000 1100010 0 110100 110110 10010100 1100001 10111

Color Harmonies of #027538

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #027538

Black with #027538

Text Example


Text Example

White with #027538

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #027538; }

 p { color: rgb(2,117,56); }

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

background-color css

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

 a { background-color: rgb(2,117,56); }

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

border-color css

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

 span { border-color: rgb(2,117,56); }

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