Html Css Color HEX #088230 Dark Spring Green

📋 copy color: '#088230'

red 8 ◦ green 130 ◦ blue 48

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

Shades of Dark Spring Green #088230

Tints of Dark Spring Green #088230

RGB

 RED value IS 8 (3.52% from 255) = 4.3%

 GREEN value IS 130 (51.17% from 255) = 69.89%

 BLUE value IS 48 (19.14% from 255) = 25.81%

R = 4.3%
G = 69.89%
B = 25.81%

CMYK

 C value IS 0.94

 M value IS 0

 Y value IS 0.63

 K value IS 0.49

RGB Variations

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

Color information

#088230 (or 0x088230) is known color: Dark Spring Green. HEX triplet: 08, 82 and 30. RGB value is (8,130,48). Sum of RGB (Red+Green+Blue) = 8+130+48=186 (24% of max value = 765). Red value is 8 (3.52% from 255 or 4.30% from 186); Green value is 130 (51.17% from 255 or 69.89% from 186); Blue value is 48 (19.14% from 255 or 25.81% from 186); Max value from RGB is 130 - color contains mainly: green. Hex color #088230 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #088230 is #F77DCF. Grayscale: #545454. Windows color (decimal): -16219600 or 3179016. OLE color: 3179016.

HSL color Cylindrical-coordinate representation of color #088230: hue angle of 139.67º degrees, saturation: 0.88, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #088230 is Cyan = 0.94, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.49.

Color convert

RGB 8 130 48 -
CMYK 0.94 0 0.63 0.49
HSL 139.67º 0.88% 0.27% -
HSV(B) 139.67º 0.94% 0.51% -
XYZ 8.62 16.23 5.47 -
YUV 84.17 107.58 73.67 -
System Red Green Blue C M Y K H S L
Decimal 8 130 48 0.94 0 0.63 0.49 139.67 0.88 0.27
Hex 8 82 30 5E 0 3F 31 8C 58 1B
Octal 10 202 60 136 0 77 61 214 130 33
Binary 1000 10000010 110000 1011110 0 111111 110001 10001100 1011000 11011

Color Harmonies of #088230

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #088230

Black with #088230

Text Example


Text Example

White with #088230

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #088230; }

 p { color: rgb(8,130,48); }

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

background-color css

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

 a { background-color: rgb(8,130,48); }

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

border-color css

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

 span { border-color: rgb(8,130,48); }

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