Html Css Color HEX #307741 Japanese Laurel

📋 copy color: '#307741'

red 48 ◦ green 119 ◦ blue 65

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

Shades of Japanese Laurel #307741

Tints of Japanese Laurel #307741

RGB

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

 GREEN value IS 119 (46.88% from 255) = 51.29%

 BLUE value IS 65 (25.78% from 255) = 28.02%

R = 20.69%
G = 51.29%
B = 28.02%

CMYK

 C value IS 0.60

 M value IS 0

 Y value IS 0.45

 K value IS 0.53

RGB Variations

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

Color information

#307741 (or 0x307741) is known color: Japanese Laurel. HEX triplet: 30, 77 and 41. RGB value is (48,119,65). Sum of RGB (Red+Green+Blue) = 48+119+65=232 (30% of max value = 765). Red value is 48 (19.14% from 255 or 20.69% from 232); Green value is 119 (46.88% from 255 or 51.29% from 232); Blue value is 65 (25.78% from 255 or 28.02% from 232); Max value from RGB is 119 - color contains mainly: green. Hex color #307741 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #307741 is #CF88BE. Grayscale: #5B5B5B. Windows color (decimal): -13600959 or 4290352. OLE color: 4290352.

HSL color Cylindrical-coordinate representation of color #307741: hue angle of 134.37º degrees, saturation: 0.43, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #307741 is Cyan = 0.60, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.53.

Color convert

RGB 48 119 65 -
CMYK 0.60 0 0.45 0.53
HSL 134.37º 0.43% 0.33% -
HSV(B) 134.37º 0.6% 0.47% -
XYZ 8.77 14.2 7.28 -
YUV 91.62 112.98 96.89 -
System Red Green Blue C M Y K H S L
Decimal 48 119 65 0.60 0 0.45 0.53 134.37 0.43 0.33
Hex 30 77 41 3C 0 2D 35 86 2B 21
Octal 60 167 101 74 0 55 65 206 53 41
Binary 110000 1110111 1000001 111100 0 101101 110101 10000110 101011 100001

Color Harmonies of #307741

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #307741

Black with #307741

Text Example


Text Example

White with #307741

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #307741; }

 p { color: rgb(48,119,65); }

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

background-color css

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

 a { background-color: rgb(48,119,65); }

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

border-color css

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

 span { border-color: rgb(48,119,65); }

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