Html Css Color HEX #449C01 Kelly Green

📋 copy color: '#449C01'

red 68 ◦ green 156 ◦ blue 1

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

Shades of Kelly Green #449C01

Tints of Kelly Green #449C01

RGB

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

 GREEN value IS 156 (61.33% from 255) = 69.33%

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

R = 30.22%
G = 69.33%
B = 0.44%

CMYK

 C value IS 0.56

 M value IS 0

 Y value IS 0.99

 K value IS 0.39

RGB Variations

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

Color information

#449C01 (or 0x449C01) is known color: Kelly Green. HEX triplet: 44, 9C and 01. RGB value is (68,156,1). Sum of RGB (Red+Green+Blue) = 68+156+1=225 (29% of max value = 765). Red value is 68 (26.95% from 255 or 30.22% from 225); Green value is 156 (61.33% from 255 or 69.33% from 225); Blue value is 1 (0.78% from 255 or 0.44% from 225); Max value from RGB is 156 - color contains mainly: green. Hex color #449C01 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #449C01 is #BB63FE. Grayscale: #707070. Windows color (decimal): -12280831 or 105540. OLE color: 105540.

HSL color Cylindrical-coordinate representation of color #449C01: hue angle of 94.06º degrees, saturation: 0.99, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #449C01 is Cyan = 0.56, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.39.

Color convert

RGB 68 156 1 -
CMYK 0.56 0 0.99 0.39
HSL 94.06º 0.99% 0.31% -
HSV(B) 94.06º 0.99% 0.61% -
XYZ 14.28 25.01 4.1 -
YUV 112.02 65.35 96.6 -
System Red Green Blue C M Y K H S L
Decimal 68 156 1 0.56 0 0.99 0.39 94.06 0.99 0.31
Hex 44 9C 1 38 0 63 27 5E 63 1F
Octal 104 234 1 70 0 143 47 136 143 37
Binary 1000100 10011100 1 111000 0 1100011 100111 1011110 1100011 11111

Color Harmonies of #449C01

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #449C01

Black with #449C01

Text Example


Text Example

White with #449C01

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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