Html Css Color HEX #267A2B Japanese Laurel

📋 copy color: '#267A2B'

red 38 ◦ green 122 ◦ blue 43

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

Shades of Japanese Laurel #267A2B

Tints of Japanese Laurel #267A2B

RGB

 RED value IS 38 (15.23% from 255) = 18.72%

 GREEN value IS 122 (48.05% from 255) = 60.1%

 BLUE value IS 43 (17.19% from 255) = 21.18%

R = 18.72%
G = 60.1%
B = 21.18%

CMYK

 C value IS 0.69

 M value IS 0

 Y value IS 0.65

 K value IS 0.52

RGB Variations

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

Color information

#267A2B (or 0x267A2B) is known color: Japanese Laurel. HEX triplet: 26, 7A and 2B. RGB value is (38,122,43). Sum of RGB (Red+Green+Blue) = 38+122+43=203 (26% of max value = 765). Red value is 38 (15.23% from 255 or 18.72% from 203); Green value is 122 (48.05% from 255 or 60.10% from 203); Blue value is 43 (17.19% from 255 or 21.18% from 203); Max value from RGB is 122 - color contains mainly: green. Hex color #267A2B is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #267A2B is #D985D4. Grayscale: #585858. Windows color (decimal): -14255573 or 2849318. OLE color: 2849318.

HSL color Cylindrical-coordinate representation of color #267A2B: hue angle of 123.57º degrees, saturation: 0.52, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #267A2B is Cyan = 0.69, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.52.

Color convert

RGB 38 122 43 -
CMYK 0.69 0 0.65 0.52
HSL 123.57º 0.53% 0.31% -
HSV(B) 123.57º 0.69% 0.48% -
XYZ 8.19 14.51 4.65 -
YUV 87.88 102.67 92.42 -
System Red Green Blue C M Y K H S L
Decimal 38 122 43 0.69 0 0.65 0.52 123.57 0.53 0.31
Hex 26 7A 2B 45 0 41 34 7C 34 1F
Octal 46 172 53 105 0 101 64 174 64 37
Binary 100110 1111010 101011 1000101 0 1000001 110100 1111100 110100 11111

Color Harmonies of #267A2B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #267A2B

Black with #267A2B

Text Example


Text Example

White with #267A2B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #267A2B; }

 p { color: rgb(38,122,43); }

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

background-color css

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

 a { background-color: rgb(38,122,43); }

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

border-color css

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

 span { border-color: rgb(38,122,43); }

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