Html Css Color HEX #449D01 Kelly Green

📋 copy color: '#449D01'

red 68 ◦ green 157 ◦ blue 1

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

Shades of Kelly Green #449D01

Tints of Kelly Green #449D01

RGB

 RED value IS 68 (26.95% from 255) = 30.09%

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

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

R = 30.09%
G = 69.47%
B = 0.44%

CMYK

 C value IS 0.57

 M value IS 0

 Y value IS 0.99

 K value IS 0.38

RGB Variations

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

Color information

#449D01 (or 0x449D01) is known color: Kelly Green. HEX triplet: 44, 9D and 01. RGB value is (68,157,1). Sum of RGB (Red+Green+Blue) = 68+157+1=226 (29% of max value = 765). Red value is 68 (26.95% from 255 or 30.09% from 226); Green value is 157 (61.72% from 255 or 69.47% from 226); Blue value is 1 (0.78% from 255 or 0.44% from 226); Max value from RGB is 157 - color contains mainly: green. Hex color #449D01 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #449D01 is #BB62FE. Grayscale: #717171. Windows color (decimal): -12280575 or 105796. OLE color: 105796.

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

Color convert

RGB 68 157 1 -
CMYK 0.57 0 0.99 0.38
HSL 94.23º 0.99% 0.31% -
HSV(B) 94.23º 0.99% 0.62% -
XYZ 14.45 25.35 4.16 -
YUV 112.61 65.01 96.18 -
System Red Green Blue C M Y K H S L
Decimal 68 157 1 0.57 0 0.99 0.38 94.23 0.99 0.31
Hex 44 9D 1 39 0 63 26 5E 63 1F
Octal 104 235 1 71 0 143 46 136 143 37
Binary 1000100 10011101 1 111001 0 1100011 100110 1011110 1100011 11111

Color Harmonies of #449D01

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #449D01

Black with #449D01

Text Example


Text Example

White with #449D01

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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