Html Css Color HEX #307238 Japanese Laurel

📋 copy color: '#307238'

red 48 ◦ green 114 ◦ blue 56

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

Shades of Japanese Laurel #307238

Tints of Japanese Laurel #307238

RGB

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

 GREEN value IS 114 (44.92% from 255) = 52.29%

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

R = 22.02%
G = 52.29%
B = 25.69%

CMYK

 C value IS 0.58

 M value IS 0

 Y value IS 0.51

 K value IS 0.55

RGB Variations

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

Color information

#307238 (or 0x307238) is known color: Japanese Laurel. HEX triplet: 30, 72 and 38. RGB value is (48,114,56). Sum of RGB (Red+Green+Blue) = 48+114+56=218 (28% of max value = 765). Red value is 48 (19.14% from 255 or 22.02% from 218); Green value is 114 (44.92% from 255 or 52.29% from 218); Blue value is 56 (22.27% from 255 or 25.69% from 218); Max value from RGB is 114 - color contains mainly: green. Hex color #307238 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #307238 is #CF8DC7. Grayscale: #575757. Windows color (decimal): -13602248 or 3699248. OLE color: 3699248.

HSL color Cylindrical-coordinate representation of color #307238: hue angle of 127.27º degrees, saturation: 0.41, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #307238 is Cyan = 0.58, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.55.

Color convert

RGB 48 114 56 -
CMYK 0.58 0 0.51 0.55
HSL 127.27º 0.41% 0.32% -
HSV(B) 127.27º 0.58% 0.45% -
XYZ 7.95 12.95 5.82 -
YUV 87.65 110.13 99.72 -
System Red Green Blue C M Y K H S L
Decimal 48 114 56 0.58 0 0.51 0.55 127.27 0.41 0.32
Hex 30 72 38 3A 0 33 37 7F 29 20
Octal 60 162 70 72 0 63 67 177 51 40
Binary 110000 1110010 111000 111010 0 110011 110111 1111111 101001 100000

Color Harmonies of #307238

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #307238

Black with #307238

Text Example


Text Example

White with #307238

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #307238; }

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

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

background-color css

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

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

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

border-color css

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

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

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