Html Css Color HEX #248A3A Japanese Laurel

📋 copy color: '#248A3A'

red 36 ◦ green 138 ◦ blue 58

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

Shades of Japanese Laurel #248A3A

Tints of Japanese Laurel #248A3A

RGB

 RED value IS 36 (14.45% from 255) = 15.52%

 GREEN value IS 138 (54.3% from 255) = 59.48%

 BLUE value IS 58 (23.05% from 255) = 25%

R = 15.52%
G = 59.48%
B = 25%

CMYK

 C value IS 0.74

 M value IS 0

 Y value IS 0.58

 K value IS 0.46

RGB Variations

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

Color information

#248A3A (or 0x248A3A) is known color: Japanese Laurel. HEX triplet: 24, 8A and 3A. RGB value is (36,138,58). Sum of RGB (Red+Green+Blue) = 36+138+58=232 (30% of max value = 765). Red value is 36 (14.45% from 255 or 15.52% from 232); Green value is 138 (54.30% from 255 or 59.48% from 232); Blue value is 58 (23.05% from 255 or 25% from 232); Max value from RGB is 138 - color contains mainly: green. Hex color #248A3A is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #248A3A is #DB75C5. Grayscale: #626262. Windows color (decimal): -14382534 or 3836452. OLE color: 3836452.

HSL color Cylindrical-coordinate representation of color #248A3A: hue angle of 132.94º degrees, saturation: 0.59, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #248A3A is Cyan = 0.74, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.46.

Color convert

RGB 36 138 58 -
CMYK 0.74 0 0.58 0.46
HSL 132.94º 0.59% 0.34% -
HSV(B) 132.94º 0.74% 0.54% -
XYZ 10.58 18.86 7.09 -
YUV 98.38 105.21 83.5 -
System Red Green Blue C M Y K H S L
Decimal 36 138 58 0.74 0 0.58 0.46 132.94 0.59 0.34
Hex 24 8A 3A 4A 0 3A 2E 85 3B 22
Octal 44 212 72 112 0 72 56 205 73 42
Binary 100100 10001010 111010 1001010 0 111010 101110 10000101 111011 100010

Color Harmonies of #248A3A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #248A3A

Black with #248A3A

Text Example


Text Example

White with #248A3A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #248A3A; }

 p { color: rgb(36,138,58); }

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

background-color css

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

 a { background-color: rgb(36,138,58); }

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

border-color css

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

 span { border-color: rgb(36,138,58); }

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