Html Css Color HEX #38912F La Palma

📋 copy color: '#38912F'

red 56 ◦ green 145 ◦ blue 47

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

Shades of La Palma #38912F

Tints of La Palma #38912F

RGB

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

 GREEN value IS 145 (57.03% from 255) = 58.47%

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

R = 22.58%
G = 58.47%
B = 18.95%

CMYK

 C value IS 0.61

 M value IS 0

 Y value IS 0.68

 K value IS 0.43

RGB Variations

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

Color information

#38912F (or 0x38912F) is known color: La Palma. HEX triplet: 38, 91 and 2F. RGB value is (56,145,47). Sum of RGB (Red+Green+Blue) = 56+145+47=248 (32% of max value = 765). Red value is 56 (22.27% from 255 or 22.58% from 248); Green value is 145 (57.03% from 255 or 58.47% from 248); Blue value is 47 (18.75% from 255 or 18.95% from 248); Max value from RGB is 145 - color contains mainly: green. Hex color #38912F is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #38912F is #C76ED0. Grayscale: #6B6B6B. Windows color (decimal): -13070033 or 3117368. OLE color: 3117368.

HSL color Cylindrical-coordinate representation of color #38912F: hue angle of 114.49º degrees, saturation: 0.51, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #38912F is Cyan = 0.61, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.43.

Color convert

RGB 56 145 47 -
CMYK 0.61 0 0.68 0.43
HSL 114.49º 0.51% 0.38% -
HSV(B) 114.49º 0.68% 0.57% -
XYZ 12.27 21.3 6.15 -
YUV 107.22 94.01 91.47 -
System Red Green Blue C M Y K H S L
Decimal 56 145 47 0.61 0 0.68 0.43 114.49 0.51 0.38
Hex 38 91 2F 3D 0 44 2B 72 33 26
Octal 70 221 57 75 0 104 53 162 63 46
Binary 111000 10010001 101111 111101 0 1000100 101011 1110010 110011 100110

Color Harmonies of #38912F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #38912F

Black with #38912F

Text Example


Text Example

White with #38912F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #38912F; }

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

 H1.HeaderClassName
 {
   color: #38912F;
 }
 .AnyTagClassName
 {
   color: #38912F;
 }
</style>

background-color css

<style>
 a { background-color: #38912F; }

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

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

border-color css

<style>
 span { border-color: #38912F; }

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

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