Html Css Color HEX #389B2F La Palma

📋 copy color: '#389B2F'

red 56 ◦ green 155 ◦ blue 47

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

Shades of La Palma #389B2F

Tints of La Palma #389B2F

RGB

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

 GREEN value IS 155 (60.94% from 255) = 60.08%

 BLUE value IS 47 (18.75% from 255) = 18.22%

R = 21.71%
G = 60.08%
B = 18.22%

CMYK

 C value IS 0.64

 M value IS 0

 Y value IS 0.70

 K value IS 0.39

RGB Variations

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

Color information

#389B2F (or 0x389B2F) is known color: La Palma. HEX triplet: 38, 9B and 2F. RGB value is (56,155,47). Sum of RGB (Red+Green+Blue) = 56+155+47=258 (34% of max value = 765). Red value is 56 (22.27% from 255 or 21.71% from 258); Green value is 155 (60.94% from 255 or 60.08% from 258); Blue value is 47 (18.75% from 255 or 18.22% from 258); Max value from RGB is 155 - color contains mainly: green. Hex color #389B2F is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #389B2F is #C764D0. Grayscale: #717171. Windows color (decimal): -13067473 or 3119928. OLE color: 3119928.

HSL color Cylindrical-coordinate representation of color #389B2F: hue angle of 115º degrees, saturation: 0.53, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #389B2F is Cyan = 0.64, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.39.

Color convert

RGB 56 155 47 -
CMYK 0.64 0 0.70 0.39
HSL 115º 0.53% 0.4% -
HSV(B) 115º 0.7% 0.61% -
XYZ 13.87 24.49 6.69 -
YUV 113.09 90.7 87.28 -
System Red Green Blue C M Y K H S L
Decimal 56 155 47 0.64 0 0.70 0.39 115 0.53 0.4
Hex 38 9B 2F 40 0 46 27 73 35 28
Octal 70 233 57 100 0 106 47 163 65 50
Binary 111000 10011011 101111 1000000 0 1000110 100111 1110011 110101 101000

Color Harmonies of #389B2F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #389B2F

Black with #389B2F

Text Example


Text Example

White with #389B2F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(56,155,47); }

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

background-color css

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

 a { background-color: rgb(56,155,47); }

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

border-color css

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

 span { border-color: rgb(56,155,47); }

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