Html Css Color HEX #0F833A Dark Spring Green

📋 copy color: '#0F833A'

red 15 ◦ green 131 ◦ blue 58

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

Shades of Dark Spring Green #0F833A

Tints of Dark Spring Green #0F833A

RGB

 RED value IS 15 (6.25% from 255) = 7.35%

 GREEN value IS 131 (51.56% from 255) = 64.22%

 BLUE value IS 58 (23.05% from 255) = 28.43%

R = 7.35%
G = 64.22%
B = 28.43%

CMYK

 C value IS 0.89

 M value IS 0

 Y value IS 0.56

 K value IS 0.49

RGB Variations

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

Color information

#0F833A (or 0x0F833A) is known color: Dark Spring Green. HEX triplet: 0F, 83 and 3A. RGB value is (15,131,58). Sum of RGB (Red+Green+Blue) = 15+131+58=204 (27% of max value = 765). Red value is 15 (6.25% from 255 or 7.35% from 204); Green value is 131 (51.56% from 255 or 64.22% from 204); Blue value is 58 (23.05% from 255 or 28.43% from 204); Max value from RGB is 131 - color contains mainly: green. Hex color #0F833A is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #0F833A is #F07CC5. Grayscale: #585858. Windows color (decimal): -15760582 or 3834639. OLE color: 3834639.

HSL color Cylindrical-coordinate representation of color #0F833A: hue angle of 142.24º degrees, saturation: 0.79, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #0F833A is Cyan = 0.89, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.49.

Color convert

RGB 15 131 58 -
CMYK 0.89 0 0.56 0.49
HSL 142.24º 0.79% 0.29% -
HSV(B) 142.24º 0.89% 0.51% -
XYZ 9.08 16.64 6.74 -
YUV 87.99 111.07 75.94 -
System Red Green Blue C M Y K H S L
Decimal 15 131 58 0.89 0 0.56 0.49 142.24 0.79 0.29
Hex F 83 3A 59 0 38 31 8E 4F 1D
Octal 17 203 72 131 0 70 61 216 117 35
Binary 1111 10000011 111010 1011001 0 111000 110001 10001110 1001111 11101

Color Harmonies of #0F833A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0F833A

Black with #0F833A

Text Example


Text Example

White with #0F833A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #0F833A; }

 p { color: rgb(15,131,58); }

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

background-color css

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

 a { background-color: rgb(15,131,58); }

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

border-color css

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

 span { border-color: rgb(15,131,58); }

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