Html Css Color HEX #38AF1F Kelly Green

📋 copy color: '#38AF1F'

red 56 ◦ green 175 ◦ blue 31

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

Shades of Kelly Green #38AF1F

Tints of Kelly Green #38AF1F

RGB

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

 GREEN value IS 175 (68.75% from 255) = 66.79%

 BLUE value IS 31 (12.5% from 255) = 11.83%

R = 21.37%
G = 66.79%
B = 11.83%

CMYK

 C value IS 0.68

 M value IS 0

 Y value IS 0.82

 K value IS 0.31

RGB Variations

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

Color information

#38AF1F (or 0x38AF1F) is known color: Kelly Green. HEX triplet: 38, AF and 1F. RGB value is (56,175,31). Sum of RGB (Red+Green+Blue) = 56+175+31=262 (34% of max value = 765). Red value is 56 (22.27% from 255 or 21.37% from 262); Green value is 175 (68.75% from 255 or 66.79% from 262); Blue value is 31 (12.5% from 255 or 11.83% from 262); Max value from RGB is 175 - color contains mainly: green. Hex color #38AF1F is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #38AF1F is #C750E0. Grayscale: #7B7B7B. Windows color (decimal): -13062369 or 2076472. OLE color: 2076472.

HSL color Cylindrical-coordinate representation of color #38AF1F: hue angle of 109.58º degrees, saturation: 0.7, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #38AF1F is Cyan = 0.68, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.31.

Color convert

RGB 56 175 31 -
CMYK 0.68 0 0.82 0.31
HSL 109.58º 0.7% 0.4% -
HSV(B) 109.58º 0.82% 0.69% -
XYZ 17.21 31.6 6.49 -
YUV 123 76.08 80.21 -
System Red Green Blue C M Y K H S L
Decimal 56 175 31 0.68 0 0.82 0.31 109.58 0.7 0.4
Hex 38 AF 1F 44 0 52 1F 6E 46 28
Octal 70 257 37 104 0 122 37 156 106 50
Binary 111000 10101111 11111 1000100 0 1010010 11111 1101110 1000110 101000

Color Harmonies of #38AF1F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #38AF1F

Black with #38AF1F

Text Example


Text Example

White with #38AF1F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(56,175,31); }

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

background-color css

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

 a { background-color: rgb(56,175,31); }

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

border-color css

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

 span { border-color: rgb(56,175,31); }

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