Html Css Color HEX #308438 Japanese Laurel

📋 copy color: '#308438'

red 48 ◦ green 132 ◦ blue 56

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

Shades of Japanese Laurel #308438

Tints of Japanese Laurel #308438

RGB

 RED value IS 48 (19.14% from 255) = 20.34%

 GREEN value IS 132 (51.95% from 255) = 55.93%

 BLUE value IS 56 (22.27% from 255) = 23.73%

R = 20.34%
G = 55.93%
B = 23.73%

CMYK

 C value IS 0.64

 M value IS 0

 Y value IS 0.58

 K value IS 0.48

RGB Variations

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

Color information

#308438 (or 0x308438) is known color: Japanese Laurel. HEX triplet: 30, 84 and 38. RGB value is (48,132,56). Sum of RGB (Red+Green+Blue) = 48+132+56=236 (31% of max value = 765). Red value is 48 (19.14% from 255 or 20.34% from 236); Green value is 132 (51.95% from 255 or 55.93% from 236); Blue value is 56 (22.27% from 255 or 23.73% from 236); Max value from RGB is 132 - color contains mainly: green. Hex color #308438 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #308438 is #CF7BC7. Grayscale: #626262. Windows color (decimal): -13597640 or 3703856. OLE color: 3703856.

HSL color Cylindrical-coordinate representation of color #308438: hue angle of 125.71º degrees, saturation: 0.47, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #308438 is Cyan = 0.64, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.48.

Color convert

RGB 48 132 56 -
CMYK 0.64 0 0.58 0.48
HSL 125.71º 0.47% 0.35% -
HSV(B) 125.71º 0.64% 0.52% -
XYZ 10.18 17.42 6.57 -
YUV 98.22 104.17 92.18 -
System Red Green Blue C M Y K H S L
Decimal 48 132 56 0.64 0 0.58 0.48 125.71 0.47 0.35
Hex 30 84 38 40 0 3A 30 7E 2F 23
Octal 60 204 70 100 0 72 60 176 57 43
Binary 110000 10000100 111000 1000000 0 111010 110000 1111110 101111 100011

Color Harmonies of #308438

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #308438

Black with #308438

Text Example


Text Example

White with #308438

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #308438; }

 p { color: rgb(48,132,56); }

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

background-color css

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

 a { background-color: rgb(48,132,56); }

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

border-color css

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

 span { border-color: rgb(48,132,56); }

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