Html Css Color HEX #227B2D Japanese Laurel

📋 copy color: '#227B2D'

red 34 ◦ green 123 ◦ blue 45

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

Shades of Japanese Laurel #227B2D

Tints of Japanese Laurel #227B2D

RGB

 RED value IS 34 (13.67% from 255) = 16.83%

 GREEN value IS 123 (48.44% from 255) = 60.89%

 BLUE value IS 45 (17.97% from 255) = 22.28%

R = 16.83%
G = 60.89%
B = 22.28%

CMYK

 C value IS 0.72

 M value IS 0

 Y value IS 0.63

 K value IS 0.52

RGB Variations

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

Color information

#227B2D (or 0x227B2D) is known color: Japanese Laurel. HEX triplet: 22, 7B and 2D. RGB value is (34,123,45). Sum of RGB (Red+Green+Blue) = 34+123+45=202 (26% of max value = 765). Red value is 34 (13.67% from 255 or 16.83% from 202); Green value is 123 (48.44% from 255 or 60.89% from 202); Blue value is 45 (17.97% from 255 or 22.28% from 202); Max value from RGB is 123 - color contains mainly: green. Hex color #227B2D is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #227B2D is #DD84D2. Grayscale: #575757. Windows color (decimal): -14517459 or 2980642. OLE color: 2980642.

HSL color Cylindrical-coordinate representation of color #227B2D: hue angle of 127.42º degrees, saturation: 0.57, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #227B2D is Cyan = 0.72, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.52.

Color convert

RGB 34 123 45 -
CMYK 0.72 0 0.63 0.52
HSL 127.42º 0.57% 0.31% -
HSV(B) 127.42º 0.72% 0.48% -
XYZ 8.22 14.7 4.89 -
YUV 87.5 104.01 89.84 -
System Red Green Blue C M Y K H S L
Decimal 34 123 45 0.72 0 0.63 0.52 127.42 0.57 0.31
Hex 22 7B 2D 48 0 3F 34 7F 39 1F
Octal 42 173 55 110 0 77 64 177 71 37
Binary 100010 1111011 101101 1001000 0 111111 110100 1111111 111001 11111

Color Harmonies of #227B2D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #227B2D

Black with #227B2D

Text Example


Text Example

White with #227B2D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #227B2D; }

 p { color: rgb(34,123,45); }

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

background-color css

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

 a { background-color: rgb(34,123,45); }

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

border-color css

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

 span { border-color: rgb(34,123,45); }

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