Html Css Color HEX #309F01 Kelly Green

📋 copy color: '#309F01'

red 48 ◦ green 159 ◦ blue 1

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

Shades of Kelly Green #309F01

Tints of Kelly Green #309F01

RGB

 RED value IS 48 (19.14% from 255) = 23.08%

 GREEN value IS 159 (62.5% from 255) = 76.44%

 BLUE value IS 1 (0.78% from 255) = 0.48%

R = 23.08%
G = 76.44%
B = 0.48%

CMYK

 C value IS 0.70

 M value IS 0

 Y value IS 0.99

 K value IS 0.38

RGB Variations

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

Color information

#309F01 (or 0x309F01) is known color: Kelly Green. HEX triplet: 30, 9F and 01. RGB value is (48,159,1). Sum of RGB (Red+Green+Blue) = 48+159+1=208 (27% of max value = 765). Red value is 48 (19.14% from 255 or 23.08% from 208); Green value is 159 (62.5% from 255 or 76.44% from 208); Blue value is 1 (0.78% from 255 or 0.48% from 208); Max value from RGB is 159 - color contains mainly: green. Hex color #309F01 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #309F01 is #CF60FE. Grayscale: #6C6C6C. Windows color (decimal): -13590783 or 106288. OLE color: 106288.

HSL color Cylindrical-coordinate representation of color #309F01: hue angle of 102.15º degrees, saturation: 0.99, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #309F01 is Cyan = 0.70, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.38.

Color convert

RGB 48 159 1 -
CMYK 0.70 0 0.99 0.38
HSL 102.15º 0.99% 0.31% -
HSV(B) 102.15º 0.99% 0.62% -
XYZ 13.62 25.43 4.22 -
YUV 107.8 67.73 85.35 -
System Red Green Blue C M Y K H S L
Decimal 48 159 1 0.70 0 0.99 0.38 102.15 0.99 0.31
Hex 30 9F 1 46 0 63 26 66 63 1F
Octal 60 237 1 106 0 143 46 146 143 37
Binary 110000 10011111 1 1000110 0 1100011 100110 1100110 1100011 11111

Color Harmonies of #309F01

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #309F01

Black with #309F01

Text Example


Text Example

White with #309F01

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #309F01; }

 p { color: rgb(48,159,1); }

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

background-color css

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

 a { background-color: rgb(48,159,1); }

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

border-color css

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

 span { border-color: rgb(48,159,1); }

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