Html Css Color HEX #389D02 Kelly Green

📋 copy color: '#389D02'

red 56 ◦ green 157 ◦ blue 2

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

Shades of Kelly Green #389D02

Tints of Kelly Green #389D02

RGB

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

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

 BLUE value IS 2 (1.17% from 255) = 0.93%

R = 26.05%
G = 73.02%
B = 0.93%

CMYK

 C value IS 0.64

 M value IS 0

 Y value IS 0.99

 K value IS 0.38

RGB Variations

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

Color information

#389D02 (or 0x389D02) is known color: Kelly Green. HEX triplet: 38, 9D and 02. RGB value is (56,157,2). Sum of RGB (Red+Green+Blue) = 56+157+2=215 (28% of max value = 765). Red value is 56 (22.27% from 255 or 26.05% from 215); Green value is 157 (61.72% from 255 or 73.02% from 215); Blue value is 2 (1.17% from 255 or 0.93% from 215); Max value from RGB is 157 - color contains mainly: green. Hex color #389D02 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #389D02 is #C762FD. Grayscale: #6D6D6D. Windows color (decimal): -13067006 or 171320. OLE color: 171320.

HSL color Cylindrical-coordinate representation of color #389D02: hue angle of 99.1º degrees, saturation: 0.97, 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 #389D02 is Cyan = 0.64, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.38.

Color convert

RGB 56 157 2 -
CMYK 0.64 0 0.99 0.38
HSL 99.1º 0.97% 0.31% -
HSV(B) 99.1º 0.99% 0.62% -
XYZ 13.7 24.96 4.15 -
YUV 109.13 67.54 90.1 -
System Red Green Blue C M Y K H S L
Decimal 56 157 2 0.64 0 0.99 0.38 99.1 0.97 0.31
Hex 38 9D 2 40 0 63 26 63 61 1F
Octal 70 235 2 100 0 143 46 143 141 37
Binary 111000 10011101 10 1000000 0 1100011 100110 1100011 1100001 11111

Color Harmonies of #389D02

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #389D02

Black with #389D02

Text Example


Text Example

White with #389D02

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #389D02; }

 p { color: rgb(56,157,2); }

 H1.HeaderClassName
 {
   color: #389D02;
 }
 .AnyTagClassName
 {
   color: #389D02;
 }
</style>

background-color css

<style>
 a { background-color: #389D02; }

 a { background-color: rgb(56,157,2); }

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

border-color css

<style>
 span { border-color: #389D02; }

 span { border-color: rgb(56,157,2); }

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