Html Css Color HEX #348230 Japanese Laurel

📋 copy color: '#348230'

red 52 ◦ green 130 ◦ blue 48

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

Shades of Japanese Laurel #348230

Tints of Japanese Laurel #348230

RGB

 RED value IS 52 (20.7% from 255) = 22.61%

 GREEN value IS 130 (51.17% from 255) = 56.52%

 BLUE value IS 48 (19.14% from 255) = 20.87%

R = 22.61%
G = 56.52%
B = 20.87%

CMYK

 C value IS 0.60

 M value IS 0

 Y value IS 0.63

 K value IS 0.49

RGB Variations

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

Color information

#348230 (or 0x348230) is known color: Japanese Laurel. HEX triplet: 34, 82 and 30. RGB value is (52,130,48). Sum of RGB (Red+Green+Blue) = 52+130+48=230 (30% of max value = 765). Red value is 52 (20.70% from 255 or 22.61% from 230); Green value is 130 (51.17% from 255 or 56.52% from 230); Blue value is 48 (19.14% from 255 or 20.87% from 230); Max value from RGB is 130 - color contains mainly: green. Hex color #348230 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #348230 is #CB7DCF. Grayscale: #616161. Windows color (decimal): -13336016 or 3179060. OLE color: 3179060.

HSL color Cylindrical-coordinate representation of color #348230: hue angle of 117.07º degrees, saturation: 0.46, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #348230 is Cyan = 0.60, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.49.

Color convert

RGB 52 130 48 -
CMYK 0.60 0 0.63 0.49
HSL 117.07º 0.46% 0.35% -
HSV(B) 117.07º 0.63% 0.51% -
XYZ 9.93 16.91 5.54 -
YUV 97.33 100.16 95.67 -
System Red Green Blue C M Y K H S L
Decimal 52 130 48 0.60 0 0.63 0.49 117.07 0.46 0.35
Hex 34 82 30 3C 0 3F 31 75 2E 23
Octal 64 202 60 74 0 77 61 165 56 43
Binary 110100 10000010 110000 111100 0 111111 110001 1110101 101110 100011

Color Harmonies of #348230

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #348230

Black with #348230

Text Example


Text Example

White with #348230

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #348230; }

 p { color: rgb(52,130,48); }

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

background-color css

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

 a { background-color: rgb(52,130,48); }

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

border-color css

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

 span { border-color: rgb(52,130,48); }

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