Html Css Color HEX #38A305 Kelly Green

📋 copy color: '#38A305'

red 56 ◦ green 163 ◦ blue 5

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

Shades of Kelly Green #38A305

Tints of Kelly Green #38A305

RGB

 RED value IS 56 (22.27% from 255) = 25%

 GREEN value IS 163 (64.06% from 255) = 72.77%

 BLUE value IS 5 (2.34% from 255) = 2.23%

R = 25%
G = 72.77%
B = 2.23%

CMYK

 C value IS 0.66

 M value IS 0

 Y value IS 0.97

 K value IS 0.36

RGB Variations

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

Color information

#38A305 (or 0x38A305) is known color: Kelly Green. HEX triplet: 38, A3 and 05. RGB value is (56,163,5). Sum of RGB (Red+Green+Blue) = 56+163+5=224 (29% of max value = 765). Red value is 56 (22.27% from 255 or 25% from 224); Green value is 163 (64.06% from 255 or 72.77% from 224); Blue value is 5 (2.34% from 255 or 2.23% from 224); Max value from RGB is 163 - color contains mainly: green. Hex color #38A305 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #38A305 is #C75CFA. Grayscale: #717171. Windows color (decimal): -13065467 or 369464. OLE color: 369464.

HSL color Cylindrical-coordinate representation of color #38A305: hue angle of 100.63º degrees, saturation: 0.94, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #38A305 is Cyan = 0.66, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.36.

Color convert

RGB 56 163 5 -
CMYK 0.66 0 0.97 0.36
HSL 100.63º 0.94% 0.33% -
HSV(B) 100.63º 0.97% 0.64% -
XYZ 14.76 27.05 4.59 -
YUV 113 67.05 87.35 -
System Red Green Blue C M Y K H S L
Decimal 56 163 5 0.66 0 0.97 0.36 100.63 0.94 0.33
Hex 38 A3 5 42 0 61 24 65 5E 21
Octal 70 243 5 102 0 141 44 145 136 41
Binary 111000 10100011 101 1000010 0 1100001 100100 1100101 1011110 100001

Color Harmonies of #38A305

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #38A305

Black with #38A305

Text Example


Text Example

White with #38A305

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #38A305; }

 p { color: rgb(56,163,5); }

 H1.HeaderClassName
 {
   color: #38A305;
 }
 .AnyTagClassName
 {
   color: #38A305;
 }
</style>

background-color css

<style>
 a { background-color: #38A305; }

 a { background-color: rgb(56,163,5); }

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

border-color css

<style>
 span { border-color: #38A305; }

 span { border-color: rgb(56,163,5); }

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