Html Css Color HEX #309D01 Kelly Green

📋 copy color: '#309D01'

red 48 ◦ green 157 ◦ blue 1

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

Shades of Kelly Green #309D01

Tints of Kelly Green #309D01

RGB

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

 GREEN value IS 157 (61.72% from 255) = 76.21%

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

R = 23.3%
G = 76.21%
B = 0.49%

CMYK

 C value IS 0.69

 M value IS 0

 Y value IS 0.99

 K value IS 0.38

RGB Variations

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

Color information

#309D01 (or 0x309D01) is known color: Kelly Green. HEX triplet: 30, 9D and 01. RGB value is (48,157,1). Sum of RGB (Red+Green+Blue) = 48+157+1=206 (27% of max value = 765). Red value is 48 (19.14% from 255 or 23.30% from 206); Green value is 157 (61.72% from 255 or 76.21% from 206); Blue value is 1 (0.78% from 255 or 0.49% from 206); Max value from RGB is 157 - color contains mainly: green. Hex color #309D01 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #309D01 is #CF62FE. Grayscale: #6B6B6B. Windows color (decimal): -13591295 or 105776. OLE color: 105776.

HSL color Cylindrical-coordinate representation of color #309D01: hue angle of 101.92º 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 #309D01 is Cyan = 0.69, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.38.

Color convert

RGB 48 157 1 -
CMYK 0.69 0 0.99 0.38
HSL 101.92º 0.99% 0.31% -
HSV(B) 101.92º 0.99% 0.62% -
XYZ 13.28 24.74 4.1 -
YUV 106.63 68.39 86.18 -
System Red Green Blue C M Y K H S L
Decimal 48 157 1 0.69 0 0.99 0.38 101.92 0.99 0.31
Hex 30 9D 1 45 0 63 26 66 63 1F
Octal 60 235 1 105 0 143 46 146 143 37
Binary 110000 10011101 1 1000101 0 1100011 100110 1100110 1100011 11111

Color Harmonies of #309D01

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #309D01

Black with #309D01

Text Example


Text Example

White with #309D01

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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