#38982B

Color #38982B La Palma (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of La Palma #38982B

Tints of La Palma #38982B

Color information

#38982B (or 0x38982B) is unknown color: approx La Palma. HEX triplet: 38, 98 and 2B. RGB value is (56,152,43). Sum of RGB (Red+Green+Blue) = 56+152+43=251 (33% of max value = 765). Red value is 56 (22.27% from 255 or 22.31% from 251); Green value is 152 (59.77% from 255 or 60.56% from 251); Blue value is 43 (17.19% from 255 or 17.13% from 251); Max value from RGB is 152 - color contains mainly: green. Hex color #38982B is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #38982B is #C767D4. Grayscale: #6F6F6F. Windows color (decimal): -13068245 or 2857016. OLE color: 2857016.

HSL color Cylindrical-coordinate representation of color #38982B: hue angle of 112.84º degrees, saturation: 0.56, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #38982B is Cyan = 0.63, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.40.

Color convert

RGB5615243-
CMYK0.6300.720.40
HSL112.84º55.9%38.24%-
HSV(B)112.84º71.71%59.61%-
XYZ13.323.476.12-
YUV110.8789.788.86-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 22.31%
GREEN value IS 152 (59.77% from 255) = 60.56%
BLUE value IS 43 (17.19% from 255) = 17.13%
R=22.31%
G=60.56%
B=17.13%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0
Y (Yellow) values IS 0.72
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal56152430.6300.720.40112.8455.938.24
Hex38982B3F04828713826
Octal7023053770110501617046
Binary11100010011000101011111111010010001010001110001111000100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #38982B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #38982B; }

 p { color: rgb(56,152,43); }

 H1.HeaderClassName
 {
   color: #38982B;
 }
 .AnyTagClassName
 {
   color: #38982B;
 }
</style>
background-color css

<style>
 a { background-color: #38982B; }

 a { background-color: rgb(56,152,43); }

 div.DivClassName
 {
   background-color: #38982B;
 }
 .BgClassName
 {
   background-color: #38982B;
 }
</style>
border-color css

<style>
 span { border-color: #38982B; }

 span { border-color: rgb(56,152,43); }

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