Html Css Color HEX #0FBE3E Dark Pastel Green

📋 copy color: '#0FBE3E'

red 15 ◦ green 190 ◦ blue 62

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

Shades of Dark Pastel Green #0FBE3E

Tints of Dark Pastel Green #0FBE3E

RGB

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

 GREEN value IS 190 (74.61% from 255) = 71.16%

 BLUE value IS 62 (24.61% from 255) = 23.22%

R = 5.62%
G = 71.16%
B = 23.22%

CMYK

 C value IS 0.92

 M value IS 0

 Y value IS 0.67

 K value IS 0.25

RGB Variations

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

Color information

#0FBE3E (or 0x0FBE3E) is known color: Dark Pastel Green. HEX triplet: 0F, BE and 3E. RGB value is (15,190,62). Sum of RGB (Red+Green+Blue) = 15+190+62=267 (35% of max value = 765). Red value is 15 (6.25% from 255 or 5.62% from 267); Green value is 190 (74.61% from 255 or 71.16% from 267); Blue value is 62 (24.61% from 255 or 23.22% from 267); Max value from RGB is 190 - color contains mainly: green. Hex color #0FBE3E is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #0FBE3E is #F041C1. Grayscale: #7B7B7B. Windows color (decimal): -15745474 or 4111887. OLE color: 4111887.

HSL color Cylindrical-coordinate representation of color #0FBE3E: hue angle of 136.11º degrees, saturation: 0.85, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #0FBE3E is Cyan = 0.92, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.25.

Color convert

RGB 15 190 62 -
CMYK 0.92 0 0.67 0.25
HSL 136.11º 0.85% 0.4% -
HSV(B) 136.11º 0.92% 0.75% -
XYZ 19.48 37.28 10.73 -
YUV 123.08 93.52 50.91 -
System Red Green Blue C M Y K H S L
Decimal 15 190 62 0.92 0 0.67 0.25 136.11 0.85 0.4
Hex F BE 3E 5C 0 43 19 88 55 28
Octal 17 276 76 134 0 103 31 210 125 50
Binary 1111 10111110 111110 1011100 0 1000011 11001 10001000 1010101 101000

Color Harmonies of #0FBE3E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0FBE3E

Black with #0FBE3E

Text Example


Text Example

White with #0FBE3E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(15,190,62); }

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

background-color css

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

 a { background-color: rgb(15,190,62); }

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

border-color css

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

 span { border-color: rgb(15,190,62); }

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