Html Css Color HEX #308238 Japanese Laurel

📋 copy color: '#308238'

red 48 ◦ green 130 ◦ blue 56

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

Shades of Japanese Laurel #308238

Tints of Japanese Laurel #308238

RGB

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

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

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

R = 20.51%
G = 55.56%
B = 23.93%

CMYK

 C value IS 0.63

 M value IS 0

 Y value IS 0.57

 K value IS 0.49

RGB Variations

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

Color information

#308238 (or 0x308238) is known color: Japanese Laurel. HEX triplet: 30, 82 and 38. RGB value is (48,130,56). Sum of RGB (Red+Green+Blue) = 48+130+56=234 (30% of max value = 765). Red value is 48 (19.14% from 255 or 20.51% from 234); Green value is 130 (51.17% from 255 or 55.56% from 234); Blue value is 56 (22.27% from 255 or 23.93% from 234); Max value from RGB is 130 - color contains mainly: green. Hex color #308238 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #308238 is #CF7DC7. Grayscale: #616161. Windows color (decimal): -13598152 or 3703344. OLE color: 3703344.

HSL color Cylindrical-coordinate representation of color #308238: hue angle of 125.85º 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 #308238 is Cyan = 0.63, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.49.

Color convert

RGB 48 130 56 -
CMYK 0.63 0 0.57 0.49
HSL 125.85º 0.46% 0.35% -
HSV(B) 125.85º 0.63% 0.51% -
XYZ 9.92 16.88 6.48 -
YUV 97.05 104.83 93.02 -
System Red Green Blue C M Y K H S L
Decimal 48 130 56 0.63 0 0.57 0.49 125.85 0.46 0.35
Hex 30 82 38 3F 0 39 31 7E 2E 23
Octal 60 202 70 77 0 71 61 176 56 43
Binary 110000 10000010 111000 111111 0 111001 110001 1111110 101110 100011

Color Harmonies of #308238

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #308238

Black with #308238

Text Example


Text Example

White with #308238

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #308238; }

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

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

background-color css

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

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

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

border-color css

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

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

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