Html Css Color HEX #0FAF2D Dark Pastel Green

📋 copy color: '#0FAF2D'

red 15 ◦ green 175 ◦ blue 45

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

Shades of Dark Pastel Green #0FAF2D

Tints of Dark Pastel Green #0FAF2D

RGB

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

 GREEN value IS 175 (68.75% from 255) = 74.47%

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

R = 6.38%
G = 74.47%
B = 19.15%

CMYK

 C value IS 0.91

 M value IS 0

 Y value IS 0.74

 K value IS 0.31

RGB Variations

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

Color information

#0FAF2D (or 0x0FAF2D) is known color: Dark Pastel Green. HEX triplet: 0F, AF and 2D. RGB value is (15,175,45). Sum of RGB (Red+Green+Blue) = 15+175+45=235 (31% of max value = 765). Red value is 15 (6.25% from 255 or 6.38% from 235); Green value is 175 (68.75% from 255 or 74.47% from 235); Blue value is 45 (17.97% from 255 or 19.15% from 235); Max value from RGB is 175 - color contains mainly: green. Hex color #0FAF2D is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #0FAF2D is #F050D2. Grayscale: #707070. Windows color (decimal): -15749331 or 2993935. OLE color: 2993935.

HSL color Cylindrical-coordinate representation of color #0FAF2D: hue angle of 131.25º degrees, saturation: 0.84, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #0FAF2D is Cyan = 0.91, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.31.

Color convert

RGB 15 175 45 -
CMYK 0.91 0 0.74 0.31
HSL 131.25º 0.84% 0.37% -
HSV(B) 131.25º 0.91% 0.69% -
XYZ 16 30.95 7.61 -
YUV 112.34 89.99 58.57 -
System Red Green Blue C M Y K H S L
Decimal 15 175 45 0.91 0 0.74 0.31 131.25 0.84 0.37
Hex F AF 2D 5B 0 4A 1F 83 54 25
Octal 17 257 55 133 0 112 37 203 124 45
Binary 1111 10101111 101101 1011011 0 1001010 11111 10000011 1010100 100101

Color Harmonies of #0FAF2D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0FAF2D

Black with #0FAF2D

Text Example


Text Example

White with #0FAF2D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(15,175,45); }

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

background-color css

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

 a { background-color: rgb(15,175,45); }

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

border-color css

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

 span { border-color: rgb(15,175,45); }

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