Html Css Color HEX #38C01C Kelly Green

📋 copy color: '#38C01C'

red 56 ◦ green 192 ◦ blue 28

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

Shades of Kelly Green #38C01C

Tints of Kelly Green #38C01C

RGB

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

 GREEN value IS 192 (75.39% from 255) = 69.57%

 BLUE value IS 28 (11.33% from 255) = 10.14%

R = 20.29%
G = 69.57%
B = 10.14%

CMYK

 C value IS 0.71

 M value IS 0

 Y value IS 0.85

 K value IS 0.25

RGB Variations

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

Color information

#38C01C (or 0x38C01C) is known color: Kelly Green. HEX triplet: 38, C0 and 1C. RGB value is (56,192,28). Sum of RGB (Red+Green+Blue) = 56+192+28=276 (36% of max value = 765). Red value is 56 (22.27% from 255 or 20.29% from 276); Green value is 192 (75.39% from 255 or 69.57% from 276); Blue value is 28 (11.33% from 255 or 10.14% from 276); Max value from RGB is 192 - color contains mainly: green. Hex color #38C01C is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #38C01C is #C73FE3. Grayscale: #858585. Windows color (decimal): -13058020 or 1884216. OLE color: 1884216.

HSL color Cylindrical-coordinate representation of color #38C01C: hue angle of 109.76º degrees, saturation: 0.75, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #38C01C is Cyan = 0.71, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.25.

Color convert

RGB 56 192 28 -
CMYK 0.71 0 0.85 0.25
HSL 109.76º 0.75% 0.43% -
HSV(B) 109.76º 0.85% 0.75% -
XYZ 20.69 38.62 7.46 -
YUV 132.64 68.94 73.34 -
System Red Green Blue C M Y K H S L
Decimal 56 192 28 0.71 0 0.85 0.25 109.76 0.75 0.43
Hex 38 C0 1C 47 0 55 19 6E 4B 2B
Octal 70 300 34 107 0 125 31 156 113 53
Binary 111000 11000000 11100 1000111 0 1010101 11001 1101110 1001011 101011

Color Harmonies of #38C01C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #38C01C

Black with #38C01C

Text Example


Text Example

White with #38C01C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(56,192,28); }

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

background-color css

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

 a { background-color: rgb(56,192,28); }

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

border-color css

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

 span { border-color: rgb(56,192,28); }

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