Html Css Color HEX #2D8430 Japanese Laurel

📋 copy color: '#2D8430'

red 45 ◦ green 132 ◦ blue 48

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

Shades of Japanese Laurel #2D8430

Tints of Japanese Laurel #2D8430

RGB

 RED value IS 45 (17.97% from 255) = 20%

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

 BLUE value IS 48 (19.14% from 255) = 21.33%

R = 20%
G = 58.67%
B = 21.33%

CMYK

 C value IS 0.66

 M value IS 0

 Y value IS 0.64

 K value IS 0.48

RGB Variations

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

Color information

#2D8430 (or 0x2D8430) is known color: Japanese Laurel. HEX triplet: 2D, 84 and 30. RGB value is (45,132,48). Sum of RGB (Red+Green+Blue) = 45+132+48=225 (29% of max value = 765). Red value is 45 (17.97% from 255 or 20% from 225); Green value is 132 (51.95% from 255 or 58.67% from 225); Blue value is 48 (19.14% from 255 or 21.33% from 225); Max value from RGB is 132 - color contains mainly: green. Hex color #2D8430 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #2D8430 is #D27BCF. Grayscale: #606060. Windows color (decimal): -13794256 or 3179565. OLE color: 3179565.

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

Color convert

RGB 45 132 48 -
CMYK 0.66 0 0.64 0.48
HSL 122.07º 0.49% 0.35% -
HSV(B) 122.07º 0.66% 0.52% -
XYZ 9.87 17.27 5.61 -
YUV 96.41 100.68 91.33 -
System Red Green Blue C M Y K H S L
Decimal 45 132 48 0.66 0 0.64 0.48 122.07 0.49 0.35
Hex 2D 84 30 42 0 40 30 7A 31 23
Octal 55 204 60 102 0 100 60 172 61 43
Binary 101101 10000100 110000 1000010 0 1000000 110000 1111010 110001 100011

Color Harmonies of #2D8430

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2D8430

Black with #2D8430

Text Example


Text Example

White with #2D8430

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #2D8430; }

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

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

background-color css

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

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

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

border-color css

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

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

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